mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix spelling (#7389)
This commit is contained in:
parent
526111290b
commit
2f7270c681
Notes:
git
2023-02-27 17:56:31 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>
9 changed files with 9 additions and 9 deletions
2
ast.rb
2
ast.rb
|
@ -53,7 +53,7 @@ module RubyVM::AbstractSyntaxTree
|
|||
# # (ERROR@1:7-1:11),
|
||||
# # (LASGN@1:12-1:15 :y (LIT@1:14-1:15 2))]
|
||||
#
|
||||
# Note that parsing continues even after the errored expresion.
|
||||
# Note that parsing continues even after the errored expression.
|
||||
#
|
||||
def self.parse string, keep_script_lines: false, error_tolerant: false, keep_tokens: false
|
||||
Primitive.ast_s_parse string, keep_script_lines, error_tolerant, keep_tokens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue