You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The following bundled gems are promoted from default gems.
52
52
53
53
We only list stdlib changes that are notable feature changes.
54
54
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.
56
56
57
57
The following default gem is added.
58
58
@@ -110,7 +110,7 @@ The following bundled gems are updated.
110
110
using `RUBY_IO_MODE_EXTERNAL` and use `rb_io_close(io)` to close it (this
111
111
also interrupts and waits for all pending operations on the `IO`
112
112
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
114
114
`IO` objects share the same file descriptor, closing one does not affect
0 commit comments