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 6d976f2 commit 20cfcd8Copy full SHA for 20cfcd8
en/news/_posts/2018-05-31-ruby-2-6-0-preview2-released.md
@@ -66,7 +66,7 @@ This module has `parse` method which parses a given ruby code of string and retu
66
67
## Performance improvements
68
69
-* Speedup `Proc#call` because we dont' need to care about `$SAFE` any more.
+* Speedup `Proc#call` because we don't need to care about `$SAFE` any more.
70
[[Feature #14318]](https://bugs.ruby-lang.org/issues/14318)
71
72
With `lc_fizzbuzz` benchmark which uses `Proc#call` so many times we can measure
0 commit comments