mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 12:30:48 +02:00
Merge pull request #2548 from amrue/chicken-en
[CHICKEN/en] Corrected small spelling error
This commit is contained in:
@@ -479,7 +479,7 @@ sqr ;; => #<procedure (sqr x)>
|
|||||||
|
|
||||||
;; Functors
|
;; Functors
|
||||||
;; Functors are high level modules that can be parameterized by other modules
|
;; 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'
|
;; The functor itself exports a generic function 'square'
|
||||||
(functor (squaring-functor (M (multiply))) (square)
|
(functor (squaring-functor (M (multiply))) (square)
|
||||||
(import scheme M)
|
(import scheme M)
|
||||||
|
Reference in New Issue
Block a user