Skip to content

Commit

Permalink
Synatx ==> Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jan 25, 2024
1 parent 5bf4040 commit cde8f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/irb/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def initialize(irb, workspace = nil, input_method = nil)

private def build_type_completor
if RUBY_ENGINE == 'truffleruby'
# Avoid SynatxError. truffleruby does not support endless method definition yet.
# Avoid SyntaxError. truffleruby does not support endless method definition yet.
warn 'TypeCompletor is not supported on TruffleRuby yet'
return
end
Expand Down

0 comments on commit cde8f26

Please sign in to comment.