summaryrefslogtreecommitdiff
path: root/artima
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-08-06 05:12:09 +0000
committermichele.simionato <devnull@localhost>2009-08-06 05:12:09 +0000
commit26ba29e87b77aedbf0eb5e0e521725384a5c546b (patch)
treec3378ebf22fc76ae14ef44163bad32aea0dec4b0 /artima
parent5a729afccd8410f632f03e787064721815dae69e (diff)
downloadmicheles-26ba29e87b77aedbf0eb5e0e521725384a5c546b.tar.gz
Fixed a misprint
Diffstat (limited to 'artima')
-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