summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@mondoo.com>2022-04-17 21:53:43 -0700
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-19 08:32:37 +0900
commit810b9c344a40802d7736282d86e51d48e8b336a4 (patch)
treefc29a1b466b0f8b2b08b0dc20ea4e76bc61e020a /NEWS.md
parent4299375b9b8b49b02b3d131bfbc621cf28752fae (diff)
Resolve several markedown warnings
- Spaces before and after blocks. - Single spaces after sentences everywhere Signed-off-by: Tim Smith <tsmith@mondoo.com>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5816
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS.md b/NEWS.md
index 2157860187..1823f2bc05 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -33,14 +33,14 @@ Note that each entry is kept to a minimum, see links for details.
* Constant assignment evaluation order for constants set on explicit
objects has been made consistent with single attribute assignment
- evaluation order. With this code:
+ evaluation order. With this code:
```ruby
foo::BAR = baz
```
- `foo` is now called before `baz`. Similarly, for multiple assignment
- to constants, left-to-right evaluation order is used. With this
+ `foo` is now called before `baz`. Similarly, for multiple assignments
+ to constants, left-to-right evaluation order is used. With this
code:
```ruby
@@ -121,7 +121,7 @@ Note: We're only listing outstanding class updates.
* Refinement#refined_class has been added. [[Feature #12737]]
* Set
- * Set is now available as a builtin class without the need for `require "set"`. [[Feature #16989]]
+ * Set is now available as a built-in class without the need for `require "set"`. [[Feature #16989]]
It is currently autoloaded via the `Set` constant or a call to `Enumerable#to_set`.
* String
@@ -143,7 +143,7 @@ Note: We're only listing outstanding class updates.
## Stdlib updates
-* The following default gem are updated.
+* The following default gems are updated.
* RubyGems 3.4.0.dev
* bigdecimal 3.1.2
* bundler 2.4.0.dev
@@ -194,7 +194,7 @@ The following deprecated methods are removed.
* `Psych` no longer bundles libyaml sources.
Users need to install the libyaml library themselves via the package
- system. [[Feature #18571]]
+ system. [[Feature #18571]]
## C API updates