Skip to content

Commit a21acae

Browse files
joshuay03byroot
authored andcommitted
Follow-ups to ruby#13555
1 parent cdeedd5 commit a21acae

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
@@ -16,8 +16,8 @@ Note: We're only listing outstanding class updates.
1616

1717
* Kernel
1818

19-
* `Kernel#inspect` now check for the existence of a `#instance_variables_to_inspect` method
20-
allowing to control which instance variables are displayed in the `#inspect` string:
19+
* `Kernel#inspect` now checks for the existence of a `#instance_variables_to_inspect` method,
20+
allowing control over which instance variables are displayed in the `#inspect` string:
2121

2222
```ruby
2323
class DatabaseConfig

0 commit comments

Comments
 (0)