Skip to content

Commit a71a00a

Browse files
committed
Fix typo
1 parent 40b7745 commit a71a00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/news/_posts/2015-11-11-ruby-2-3-0-preview1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Additionally for debugging, you can get where the object is created on
2121
`"can't modify frozen String"` error by
2222
`--enable-frozen-string-literal-debug`.
2323

24-
A [Safe navigation operator](https://bugs.ruby-lang.org/issues/11537),
24+
A [safe navigation operator](https://bugs.ruby-lang.org/issues/11537),
2525
which already exists in C#, Groovy, and Swift, is introduced to ease
2626
`nil` handling as `obj&.foo`. `Array#dig` and `Hash#dig` are also added.
2727

0 commit comments

Comments
 (0)