From 5308e5b45ba4cb74cedeb05761c34014e6670ceb Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 19 Jul 2010 15:01:02 +0900 Subject: [PATCH] fixing typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 69965ea7..6e5b00a6 100644 --- a/README +++ b/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_ 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)