From ede4279b14f4029d92d01b734a72e17f812ad41a Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Thu, 19 Apr 2018 13:12:38 +0200 Subject: [PATCH] Fix dynamic-place argument name in description The description refers to `start-proc`, but argument is `start-name`. --- pkgs/racket-doc/scribblings/reference/places.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/places.scrbl b/pkgs/racket-doc/scribblings/reference/places.scrbl index 659d176658..637675047b 100644 --- a/pkgs/racket-doc/scribblings/reference/places.scrbl +++ b/pkgs/racket-doc/scribblings/reference/places.scrbl @@ -151,7 +151,7 @@ are simulated using @racket[thread].} the place. The module indicated by @racket[module-path] must export a function - with the name @racket[start-proc]. The function must accept a single + with the name @racket[start-name]. The function must accept a single argument, which is a @tech{place channel} that corresponds to the other end of communication for the @tech{place descriptor} returned by @racket[place]. @@ -168,7 +168,7 @@ such as a distributed places node produced by @racket[create-place-node]. is converted to @racket[0]. If the function indicated by @racket[module-path] and - @racket[start-proc] returns, then the place terminates with the + @racket[start-name] returns, then the place terminates with the @tech{completion value} @racket[0]. In the created place, the @racket[current-input-port] parameter is