We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b71843 commit 1883501Copy full SHA for 1883501
src/caching.rs
@@ -1,5 +1,5 @@
1
//! Basic Cacher struct which stores a closure and a hashmap.
2
-//! The hasmap stores key value pairs representing previous
+//! The hashmap stores key value pairs representing previous
3
//! function calls.
4
//!
5
//! When the Cacher function is run, it first does a lookup
0 commit comments