Skip to content

Commit

Permalink
Fix typo in LRU cache solution (donnemartin#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
veloxy authored and donnemartin committed Jul 23, 2018
1 parent 6b18bd8 commit 46eead5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/object_oriented_design/lru_cache/lru_cache.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"## Constraints and assumptions\n",
"\n",
"* What are we caching?\n",
" * We are cahing the results of web queries\n",
" * We are caching the results of web queries\n",
"* Can we assume inputs are valid or do we have to validate them?\n",
" * Assume they're valid\n",
"* Can we assume this fits memory?\n",
Expand Down

0 comments on commit 46eead5

Please sign in to comment.