Skip to content

Commit

Permalink
Merge pull request #4282 from rhysparry/patch-1
Browse files Browse the repository at this point in the history
Fix typo in memoize summary description
  • Loading branch information
Hackerpilot committed May 4, 2016
2 parents 613971a + b387f5e commit adda36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/functional.d
Expand Up @@ -27,7 +27,7 @@ $(TR $(TH Function Name) $(TH Description)
$(TD Ready-made predicate functions to compare two values.
))
$(TR $(TD $(D $(LREF memoize)))
$(TD Creates a function that caches its result for fast re-evalation.
$(TD Creates a function that caches its result for fast re-evaluation.
))
$(TR $(TD $(D $(LREF not)))
$(TD Creates a function that negates another.
Expand Down

0 comments on commit adda36d

Please sign in to comment.