summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasataka Pocke Kuwabara <kuwabara@pocke.me>2020-02-21 13:27:13 +0900
committerKazuhiro NISHIYAMA <znz@users.noreply.github.com>2020-02-21 13:31:15 +0900
commit59c2a115f02e4e2ded528975fa3edde2c0c3f0b6 (patch)
tree0e5dbd75c9169b2dedc6a7eb7e31dae8a4106c36
parentdf26d36e5ba0edc7ad031be9fb2047d68cd686c7 (diff)
Fix typo in NEWS-2.7.0
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2918
-rw-r--r--doc/NEWS-2.7.02
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NEWS-2.7.0 b/doc/NEWS-2.7.0
index 1e845552de..9dd34dc61b 100644
--- a/doc/NEWS-2.7.0
+++ b/doc/NEWS-2.7.0
@@ -187,7 +187,7 @@ sufficient information, see the ChangeLog file or Redmine
This warning can be suppressed with {-W:no-deprecated option}[#label-Warning+option].
* Setting <code>$,</code> to a non-nil value will now display a warning. [Feature #14240]
- This include the usage in Array#join.
+ This includes the usage in Array#join.
This warning can be suppressed with {-W:no-deprecated option}[#label-Warning+option].
* Quoted here-document identifiers must end within the same line.