mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-14 14:55:11 +02:00
fixing typo
This commit is contained in:
parent
9cfbfdb31b
commit
5308e5b45b
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -239,7 +239,7 @@ Then you can use the following to create and manipulate contexts:
|
||||||
is zero. stack and environment may both also be NULL (and _must_
|
is zero. stack and environment may both also be NULL (and _must_
|
||||||
be NULL if context is NULL) and will be given standard defaults.
|
be NULL if context is NULL) and will be given standard defaults.
|
||||||
|
|
||||||
Thus the to create your first context you generally call:
|
Thus to create your first context you generally call:
|
||||||
|
|
||||||
sexp_make_eval_context(NULL, NULL, NULL, 0)
|
sexp_make_eval_context(NULL, NULL, NULL, 0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue