We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e440b commit 19812c0Copy full SHA for 19812c0
1 file changed
README.md
@@ -82,7 +82,7 @@ Fetching data from GitHub
82
> a.star_count
83
=> 2
84
85
-# Notice that the `puts` was not output the 2nd time the method was invoked.
+# Notice that "Fetching data from GitHub" was not output the 2nd time the method was invoked.
86
# The network call and result parsing would also not be performed again.
87
```
88
0 commit comments