From 576c3885cfbccce6c4fe6f63cc8bd806c6a4b2e8 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 15 Feb 2014 08:21:48 -0700 Subject: [PATCH] fix typo in reference --- .../racket-doc/scribblings/reference/filesystem.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl index 5309a050f9..507bf4bec4 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl @@ -730,7 +730,7 @@ Similar to @racket[define-runtime-path], but @racket[id] is bound to a @tech{module path index} that encapsulates the result of @racket[module-path-expr] relative to the enclosing module. -Use @racket[define-runtime-module-path] to bind a module path that is +Use @racket[define-runtime-module-path-index] to bind a module path that is passed to a reflective function like @racket[dynamic-require] while also creating a module dependency for building and distributing executables.}