From 2f7270c68150d9f49b48c8ff995f4f343d216cee Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 28 Feb 2023 03:56:06 +1000 Subject: Fix spelling (#7389) --- ast.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast.rb') diff --git a/ast.rb b/ast.rb index f3f72c747f..ec870d8c7a 100644 --- a/ast.rb +++ b/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 -- cgit v1.2.3