Skip to content

Commit 40c957b

Browse files
committed
Fix a typo and capitalize a character
1 parent 4759550 commit 40c957b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following bundled gems are promoted from default gems.
5252

5353
We only list stdlib changes that are notable feature changes.
5454

55-
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 GitHub releases.
55+
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 GitHub releases.
5656

5757
The following default gem is added.
5858

@@ -110,7 +110,7 @@ The following bundled gems are updated.
110110
using `RUBY_IO_MODE_EXTERNAL` and use `rb_io_close(io)` to close it (this
111111
also interrupts and waits for all pending operations on the `IO`
112112
instance). Directly closing file descriptors does not interrupt pending
113-
operations, and may lead to undefined beahviour. In other words, if two
113+
operations, and may lead to undefined behaviour. In other words, if two
114114
`IO` objects share the same file descriptor, closing one does not affect
115115
the other. [[Feature #18455]]
116116

0 commit comments

Comments
 (0)