From f039a4c571ccb219f38fc62781c8bb7977228a3e Mon Sep 17 00:00:00 2001 From: Reid D McKenzie Date: Fri, 23 Dec 2016 21:46:41 -0800 Subject: [PATCH] Typo - "describes" should be "described" --- pkgs/racket-doc/scribblings/foreign/types.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/foreign/types.scrbl b/pkgs/racket-doc/scribblings/foreign/types.scrbl index 5111735bc1..e02f20510b 100644 --- a/pkgs/racket-doc/scribblings/foreign/types.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/types.scrbl @@ -1604,7 +1604,7 @@ Extracts the pointer for a union's storage. @section{Enumerations and Masks} -Although the constructors below are describes as procedures, they are +Although the constructors below are described as procedures, they are implemented as syntax, so that error messages can report a type name where the syntactic context implies one.