Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jul 31, 2023
1 parent 5b28a13 commit 2088ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/core/memoize.clj
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
(defn build-memoizer
"Builds a function that, given a function, returns a pluggable memoized
version of it. `build-memoizer` takes a cache factory function, and the
argunments to that factory function -- at least one of those arguments
arguments to that factory function -- at least one of those arguments
should be the function to be memoized (it's usually the first argument).
`memoizer` above is a simpler version of `build-memoizer` that 'does the
Expand Down

0 comments on commit 2088ed2

Please sign in to comment.