summaryrefslogtreecommitdiffhomepage
path: root/CHICKEN.html.markdown
diff options
context:
space:
mode:
authorAmru Eliwat <amru.eliwat@ensighten.com>2016-10-30 22:57:39 -0400
committerAmru Eliwat <amru.eliwat@ensighten.com>2016-10-30 22:57:39 -0400
commit28a62c0d3c0d7f31eda2d9baaf7c76d3823c8fd3 (patch)
treec5d4353c588cc91719258c10a5a68945eb375b9a /CHICKEN.html.markdown
parent0401e0d5f0668c5dcec53146c7bcabbe3be30e87 (diff)
Corrected small spelling error
Diffstat (limited to 'CHICKEN.html.markdown')
-rw-r--r--CHICKEN.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHICKEN.html.markdown b/CHICKEN.html.markdown
index c6a3a914..080527a9 100644
--- a/CHICKEN.html.markdown
+++ b/CHICKEN.html.markdown
@@ -479,7 +479,7 @@ sqr ;; => #<procedure (sqr x)>
;; Functors
;; Functors are high level modules that can be parameterized by other modules
-;; Following functor requires another module named 'M' that provides a funtion called 'multiply'
+;; Following functor requires another module named 'M' that provides a function called 'multiply'
;; The functor itself exports a generic function 'square'
(functor (squaring-functor (M (multiply))) (square)
(import scheme M)