Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi ITO <[email protected]>
  • Loading branch information
marcandre and koic authored Dec 28, 2024
1 parent 35790c4 commit 6cb70b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/ast/processed_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def require_prism_translation_parser(version)
require "prism/translation/parser#{version.to_s.delete('.')}"
rescue LoadError
warn <<~MESSAGE
Error: Unable to load Prism Parser for Ruby #{version}.
Error: Unable to load Prism parser for Ruby #{version}.
* If you're using Bundler and don't yet have `gem 'prism'` as a dependency, add it now.
* If you're using Bundler and already have `gem 'prism'` as a dependency, update it to the most recent version.
* If you don't use Bundler, run `gem update prism`.
Expand Down

0 comments on commit 6cb70b5

Please sign in to comment.