Skip to content

Commit c22bc4b

Browse files
committed
docs
1 parent 8289607 commit c22bc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,5 @@ between function calls.
227227

228228
If the data is already in disk cache, and the program is just started, then
229229
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
230+
argument `33` from disk. Further calls to `too_expensive(33)` will return
231231
the result from memory.

0 commit comments

Comments
 (0)