summaryrefslogtreecommitdiff
path: root/artima/scheme
diff options
context:
space:
mode:
Diffstat (limited to 'artima/scheme')
-rw-r--r--artima/scheme/scheme16.ss2
1 files changed, 1 insertions, 1 deletions
diff --git a/artima/scheme/scheme16.ss b/artima/scheme/scheme16.ss
index 646314d..4100c05 100644
--- a/artima/scheme/scheme16.ss
+++ b/artima/scheme/scheme16.ss
@@ -164,7 +164,7 @@ next paragraph.
Further examples of destructuring: opt-lambda
---------------------------------------------------------------------
-A weekness of standard Scheme is the lack of function with default
+A weekness of standard Scheme is the lack of functions with default
arguments and keyword arguments. In practice, this is a minor weakness
since there many libraries implementing the functionality, although in
different ways, as usual. I recommend you to look at SRFI-88_ and