From ab6055d9099abe08425eb2d0a1786a206ddd6ae1 Mon Sep 17 00:00:00 2001 From: Sorawee Porncharoenwase Date: Tue, 12 Jan 2021 05:41:58 -0800 Subject: [PATCH] doc: fix usage of @racket in shared --- pkgs/racket-doc/scribblings/reference/shared.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/shared.scrbl b/pkgs/racket-doc/scribblings/reference/shared.scrbl index ecdcfd3cfc..2603647370 100644 --- a/pkgs/racket-doc/scribblings/reference/shared.scrbl +++ b/pkgs/racket-doc/scribblings/reference/shared.scrbl @@ -1,5 +1,5 @@ #lang scribble/doc -@(require "mz.rkt" scribble/struct racket/shared (for-label racket/shared)) +@(require "mz.rkt" scribble/struct racket/shared (for-label racket/shared racket/undefined)) @(define shared-eval (make-base-eval)) @@ -21,8 +21,8 @@ @defform[(shared ([id expr] ...) body ...+)]{ -Binds @racket[id]s with shared structure according to @racket[exprs] -and then evaluates the @racket[body-expr]s, returning the result of +Binds @racket[id]s with shared structure according to @racket[expr]s +and then evaluates the @racket[body]s, returning the result of the last expression. The @racket[shared] form is similar to @racket[letrec], except that