Skip to content

Commit 2ffacaa

Browse files
ydaholleolleolle
authored andcommitted
Synatx ==> Syntax
1 parent 24c7694 commit 2ffacaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/irb/context.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def initialize(irb, workspace = nil, input_method = nil)
178178

179179
private def build_type_completor
180180
if RUBY_ENGINE == 'truffleruby'
181-
# Avoid SynatxError. truffleruby does not support endless method definition yet.
181+
# Avoid SyntaxError. truffleruby does not support endless method definition yet.
182182
warn 'TypeCompletor is not supported on TruffleRuby yet'
183183
return
184184
end

0 commit comments

Comments
 (0)