Skip to content

Commit 1883501

Browse files
authored
doc(comments):hashmap (#23)
1 parent 7b71843 commit 1883501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caching.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Basic Cacher struct which stores a closure and a hashmap.
2-
//! The hasmap stores key value pairs representing previous
2+
//! The hashmap stores key value pairs representing previous
33
//! function calls.
44
//!
55
//! When the Cacher function is run, it first does a lookup

0 commit comments

Comments
 (0)