summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <[email protected]>2025-05-19 13:27:50 +0900
committerKazuhiro NISHIYAMA <[email protected]>2025-05-19 13:27:50 +0900
commit40c957ba2153bc60aec95924b56dca9bf52c77ee ()
tree86fe7e7e31490a1ba11e2e64c8329d6afbd3239d
parent47595509670096e244d59a51d6574e19b2ea5601 (diff)
Fix a typo and capitalize a character
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
@@ -52,7 +52,7 @@ The following bundled gems are promoted from default gems.
We only list stdlib changes that are notable feature changes.
-Other changes are listed in the following sections. we also listed release history from the previous bundled version that is Ruby 3.3.0 if it has releases.
The following default gem is added.
@@ -110,7 +110,7 @@ The following bundled gems are updated.
using `RUBY_IO_MODE_EXTERNAL` and use `rb_io_close(io)` to close it (this
also interrupts and waits for all pending operations on the `IO`
instance). Directly closing file descriptors does not interrupt pending
- operations, and may lead to undefined beahviour. In other words, if two
`IO` objects share the same file descriptor, closing one does not affect
the other. [[Feature #18455]]