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 8289607 commit c22bc4bCopy full SHA for c22bc4b
README.md
@@ -227,5 +227,5 @@ between function calls.
227
228
If the data is already in disk cache, and the program is just started, then
229
calling `too_expensive(33)` for the first time will read the result for
230
-argument `33` from disk once. Further calls to `too_expensive(33)` will return
+argument `33` from disk. Further calls to `too_expensive(33)` will return
231
the result from memory.
0 commit comments