Skip to content

Commit

Permalink
Merge pull request #3 from lantianjialiang/patch-2
Browse files Browse the repository at this point in the history
Update e-1.44.scm
  • Loading branch information
ivanjovanovic committed May 29, 2017
2 parents f0eeafc + dc479e6 commit a3bfbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.3/e-1.44.scm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
; (display ((smooth square) 2))
; (newline)

; now we repeat smooting n times by reusing the
; now we repeat smoothing n times by reusing the
; repeat function and smooth defined above
(define (n-fold-smooth f n)
((repeated smooth n) f))
Expand Down

0 comments on commit a3bfbae

Please sign in to comment.