Fix spelling (#7389)

This commit is contained in:
John Bampton 2023-02-28 03:56:06 +10:00 committed by GitHub
parent 526111290b
commit 2f7270c681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
View file

@ -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