From 684dd2d1cb12cd33ef49ceb0edbc2ec6c8824fc0 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Thu, 6 Oct 2016 08:57:05 -0400 Subject: [PATCH] typo: redeclaration --- pkgs/racket-doc/scribblings/reference/eval-model.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/eval-model.scrbl b/pkgs/racket-doc/scribblings/reference/eval-model.scrbl index 63b59191ed..74fcc79c00 100644 --- a/pkgs/racket-doc/scribblings/reference/eval-model.scrbl +++ b/pkgs/racket-doc/scribblings/reference/eval-model.scrbl @@ -799,7 +799,7 @@ of the module is immediately @tech{instantiate}d in that If the current @tech{inspector} does not manage a module's declaration inspector (see @secref["modprotect"]), then the module cannot be redeclared. Similarly, a @tech{cross-phase persistent} module cannot be redeclared. -Even if redeclrection succeeds, instantiation of a module that is +Even if redeclaration succeeds, instantiation of a module that is previously instantiated may fail if instantiation for the redeclaration attempts to modify variables that are constant (see @racket[compile-enforce-module-constants]).