Skip to content

Commit 33452f4

Browse files
authored
Merge pull request #4 from splitwise/ar/readme_minor_update
clarify cache stopping puts output
2 parents d5e440b + 19812c0 commit 33452f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Fetching data from GitHub
8282
> a.star_count
8383
=> 2
8484
85-
# Notice that the `puts` was not output the 2nd time the method was invoked.
85+
# Notice that "Fetching data from GitHub" was not output the 2nd time the method was invoked.
8686
# The network call and result parsing would also not be performed again.
8787
```
8888

0 commit comments

Comments
 (0)