diff options
Diffstat (limited to 'lib/prism.rb')
-rw-r--r-- | lib/prism.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prism.rb b/lib/prism.rb index c512cb4015..493bb92774 100644 --- a/lib/prism.rb +++ b/lib/prism.rb @@ -37,7 +37,7 @@ module Prism private_constant :LexRipper # :call-seq: - # Prism::lex_compat(source, **options) -> ParseResult + # Prism::lex_compat(source, **options) -> LexCompat::Result # # Returns a parse result whose value is an array of tokens that closely # resembles the return value of Ripper::lex. The main difference is that the |