Skip to content

Commit

Permalink
Fix up Prism::Translation::Parser docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Feb 1, 2024
1 parent dc1725e commit 5d94655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parser_translation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `parser` gem provides multiple parsers to support different versions of the
You can use the `prism` parser like you would any other. After requiring the parser, you should be able to call any of the regular `Parser::Base` APIs that you would normally use.

```ruby
require "prism/translation/parser"
require "prism"

Prism::Translation::Parser.parse_file("path/to/file.rb")
```
Expand Down

0 comments on commit 5d94655

Please sign in to comment.