Skip to content

Commit 136c0b9

Browse files
veloxydonnemartin
authored andcommitted
Fix typo in LRU cache solution (donnemartin#182)
1 parent bda2a5f commit 136c0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/object_oriented_design/lru_cache/lru_cache.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"## Constraints and assumptions\n",
2222
"\n",
2323
"* What are we caching?\n",
24-
" * We are cahing the results of web queries\n",
24+
" * We are caching the results of web queries\n",
2525
"* Can we assume inputs are valid or do we have to validate them?\n",
2626
" * Assume they're valid\n",
2727
"* Can we assume this fits memory?\n",

0 commit comments

Comments
 (0)