From 22546a3f224b5014f1b421ff4ab7893886e12290 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Mon, 11 Jul 2016 19:21:32 -0400 Subject: [PATCH] typo: description of module-compiled-name argument --- pkgs/racket-doc/scribblings/reference/module-reflect.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/module-reflect.scrbl b/pkgs/racket-doc/scribblings/reference/module-reflect.scrbl index 30cd9a25ce..c02708f321 100644 --- a/pkgs/racket-doc/scribblings/reference/module-reflect.scrbl +++ b/pkgs/racket-doc/scribblings/reference/module-reflect.scrbl @@ -346,8 +346,8 @@ Takes a module declaration in compiled form and either gets the module's declared name (when @racket[name] is not provided) or returns a revised module declaration with the given @racket[name]. -The name is a symbol for a top-level module, and it list of symbols -for a @tech{submodule}, where a list reflects the submodule path to +The name is a symbol for a top-level module, or a symbol paired with a list of symbols +where the list reflects the @tech{submodule} path to the module starting with the top-level module's declared name.}