[racket-dev] [PATCH 1/3] add missing word

From: Vincent St-Amour (stamourv at ccs.neu.edu)
Date: Sat Oct 22 21:25:38 EDT 2011

I just pushed all 3. Thanks for the patches!

Vincent


At Sat, 22 Oct 2011 14:47:41 -0700,
Eric Hanchrow wrote:
> 
> ---
>  collects/scribblings/guide/unit.scrbl |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/collects/scribblings/guide/unit.scrbl b/collects/scribblings/guide/unit.scrbl
> index d464aa6..7f7ce01 100644
> --- a/collects/scribblings/guide/unit.scrbl
> +++ b/collects/scribblings/guide/unit.scrbl
> @@ -611,7 +611,7 @@ simple application to values---that make them suitable for different
>  purposes.
>  
>  The @racket[module] form is more fundamental than the others, in a
> -sense. After all, a program fragment cannot reliably refer to
> +sense. After all, a program fragment cannot reliably refer to a
>  @racket[lambda], @racket[class], or @racket[unit] form without the
>  namespace management provided by @racket[module]. At the same time,
>  because namespace management is closely related to separate expansion
> -- 
> 1.7.6.348.gbd207
> 
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/dev


Posted on the dev mailing list.