scribble: fix typo

svn: r15801
This commit is contained in:
Jon Rafkind 2009-08-26 16:08:33 +00:00
parent e49bd5d60a
commit 49e57413bf

View File

@ -12,7 +12,7 @@ few extra convenience forms. These control operators are implemented
in terms of @scheme[call-with-continuation-prompt],
@scheme[call-with-composable-continuations], etc., and they generally
work sensibly together. Many are redundant; for example,
@scheme[reset] and @scheme[shift] are aliases.
@scheme[reset] and @scheme[prompt] are aliases.
@; ----------------------------------------------------------------------