From c727a9c8d84b24ea1b821d204a794d7bdcf6ac1b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 23 Dec 2019 05:36:05 -0700 Subject: [PATCH] fix doc typo --- 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 5b66dac137..d23f3de947 100644 --- a/pkgs/racket-doc/scribblings/foreign/types.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/types.scrbl @@ -898,7 +898,7 @@ Casts @racket[ptr-or-proc] to a function pointer of type @racket[fun-type].} A literal used in @racket[_fun] forms. (It's unfortunate that this literal has the same name as @racket[->] from -@racketmodname[racket/contract], but it's a different binding.}} +@racketmodname[racket/contract], but it's a different binding.)} @; ----------------------------------------------------------------------