Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jul 25, 2023
1 parent 14dc846 commit 62a0b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ If the argument corresponds to an [ignored file or directory](#ignoring-parts-of
loader.cpath_expected_at("non_existing_file.rb") # => Zeitwerk::Error
```

`Zeitwer::NameError` is raised if a constant path cannot be derived from it:
`Zeitwerk::NameError` is raised if a constant path cannot be derived from it:

```ruby
loader.cpath_expected_at("8.rb") # => Zeitwerk::NameError
Expand Down

0 comments on commit 62a0b3a

Please sign in to comment.