Skip to content

Commit 8c510e4

Browse files
committed
NEWS.md: grammatical improvement
1 parent 24ae0e8 commit 8c510e4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

NEWS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sufficient information, see the ChangeLog file or Redmine
4444

4545
* One-line pattern matching is redesigned. [EXPERIMENTAL]
4646

47-
* `=>` is added. It can be used like rightward assignment.
47+
* `=>` is added. It can be used like a rightward assignment.
4848
[[Feature #17260]]
4949

5050
```ruby
@@ -125,13 +125,13 @@ sufficient information, see the ChangeLog file or Redmine
125125
### `--help` option
126126

127127
When the environment variable `RUBY_PAGER` or `PAGER` is present and has
128-
non-empty value, and the standard input and output are tty, the `--help`
128+
a non-empty value, and the standard input and output are tty, the `--help`
129129
option shows the help message via the pager designated by the value.
130130
[[Feature #16754]]
131131

132132
### `--backtrace-limit` option
133133

134-
The `--backtrace-limit` option limits the maximum length of backtrace.
134+
The `--backtrace-limit` option limits the maximum length of a backtrace.
135135
[[Feature #8661]]
136136

137137
## Core classes updates
@@ -273,10 +273,10 @@ Outstanding ones only.
273273
now accept single array argument with a list of method names. [[Feature #17314]]
274274

275275
* Module#attr_accessor, Module#attr_reader, Module#attr_writer and Module#attr
276-
methods now return an array of defined methods names as symbols.
276+
methods now return an array of defined method names as symbols.
277277
[[Feature #17314]]
278278

279-
* Module#alias_method now returns the defined alias as symbol.
279+
* Module#alias_method now returns the defined alias as a symbol.
280280
[[Feature #17314]]
281281

282282
* Mutex
@@ -668,7 +668,7 @@ Excluding feature bug fixes.
668668
the analysis result in RBS format.
669669
670670
* Though it supports only a subset of the Ruby language yet, we will continuously
671-
improve the coverage of language features, the analysis performance, and usability.
671+
improve the coverage of language features, analysis performance, and usability.
672672
673673
```ruby
674674
# test.rb

0 commit comments

Comments
 (0)