Skip to content

Commit c62867b

Browse files
committed
Slight documentation phrasing
1 parent b594a79 commit c62867b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/parser_translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Prism::Translation::ParserCurrent.parse("puts 'Hello World!'")
2020

2121
All the parsers are autoloaded, so you don't have to worry about requiring them yourself.
2222

23-
If you also need to parse Ruby versions below 3.3 (which `prism` has no support for), check out
23+
If you also need to parse Ruby versions below 3.3 (for which the `prism` translation layer does not have explicit support), check out
2424
[this guide](https://github.com/whitequark/parser/blob/master/doc/PRISM_TRANSLATION.md) from the `parser` gem on how to use both in conjunction.

0 commit comments

Comments
 (0)