From 28a62c0d3c0d7f31eda2d9baaf7c76d3823c8fd3 Mon Sep 17 00:00:00 2001 From: Amru Eliwat Date: Sun, 30 Oct 2016 22:57:39 -0400 Subject: Corrected small spelling error --- CHICKEN.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHICKEN.html.markdown') 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 ;; => # ;; 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) -- cgit v1.2.3