summaryrefslogtreecommitdiff
path: root/artima
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-09-03 03:21:27 +0000
committermichele.simionato <devnull@localhost>2009-09-03 03:21:27 +0000
commita3b9178f56055925c89ec342511380042c25cb2f (patch)
treef26f88f97a64a80a9c34f966f5f3f23fda11978a /artima
parente111f840fe8316f9a7d2f03de5d3ad9f61634105 (diff)
downloadmicheles-a3b9178f56055925c89ec342511380042c25cb2f.tar.gz
Misprint fixed
Diffstat (limited to 'artima')
-rw-r--r--artima/scheme/scheme21.ss2
1 files changed, 1 insertions, 1 deletions
diff --git a/artima/scheme/scheme21.ss b/artima/scheme/scheme21.ss
index 80e3276..5cadd60 100644
--- a/artima/scheme/scheme21.ss
+++ b/artima/scheme/scheme21.ss
@@ -21,7 +21,7 @@ import variables in the runtime phase only or in the expand time phase
only: variables are imported simultaneously for all phases.
Larceny has a stronger form of phase separation (*explicit phasing*):
-it can import variables in a specific phase on not in another,
+it can import variables in a specific phase and not in another,
depending on the import syntax used. However, if you instantiate a
module in more than one phase - for instance both at run-time and at
expand-time - only one instance of the module is created and variables