Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 16, 2024
1 parent 800d567 commit 541df66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ $ gem install null_association
## Usage

To use a null object, define an optional singular association and use the
`null_object:` keyword, which accepts a class, a string, or an instance. When
the association is nil, the null object will be returned instead.
`null_object:` keyword, which accepts a class name, a class, or an instance.
When the association is nil, the null object will be returned instead.

```ruby
class NullObject
Expand Down

0 comments on commit 541df66

Please sign in to comment.