From 54e24e42c61e265158dc1be883b27f09fe95231d Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Fri, 17 Jan 2014 10:22:33 -0500 Subject: [PATCH] Fix doc typos --- .../scribble-doc/scribblings/scribble/manual.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/manual.scrbl b/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/manual.scrbl index bfd4e0c10f..d8cc1f6491 100644 --- a/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/manual.scrbl +++ b/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/manual.scrbl @@ -1028,7 +1028,7 @@ Examples: (sandwich-promise* [sandwich sandwich-expr] [mixins ingredient-expr ...]) #:contracts ([sandwich-expr sandwich?] - [ingreient-expr ingredient?])]{ + [ingredient-expr ingredient?])]{ Returns a promise to construct a sandwich. When forced, the promise will produce the result of @racket[sandwich-expr]. Each result of the @racket[ingredient-expr]s will be mixed into the resulting @@ -1059,7 +1059,7 @@ Examples: (sandwich-promise* [sandwich sandwich-expr] [mixins ingredient-expr ...]) #:contracts ([sandwich-expr sandwich?] - [ingreient-expr ingredient?])]{ + [ingredient-expr ingredient?])]{ Returns a promise to construct a sandwich. When forced, the promise will produce the result of @racket[sandwich-expr]. Each result of the @racket[ingredient-expr]s will be mixed into the resulting