about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ccwl/utils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccwl/utils.scm b/ccwl/utils.scm
index de25fcc..b58d8bc 100644
--- a/ccwl/utils.scm
+++ b/ccwl/utils.scm
@@ -89,7 +89,7 @@ or #f if there is no such entry."
   "Unsyntax keywords in LST, a list of syntax objects. For example:
 
 (unsyntax-keywords (list #'#:ham #'1 #'#:eggs #'2))
-=> (#:ham #'1 #:eggs 2)"
+=> (#:ham #'1 #:eggs #'2)"
   (map (lambda (element)
          (if (keyword? (syntax->datum element))
              (syntax->datum element)