Skip to content

Commit

Permalink
Correct typo in memoize summary description
Browse files Browse the repository at this point in the history
s/re-evalation/re-evaluation/
  • Loading branch information
rhysparry committed May 4, 2016
1 parent 613971a commit b387f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/functional.d
Original file line number Diff line number Diff line change
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 b387f5e

Please sign in to comment.