Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Oct 22, 2024
1 parent 240a806 commit ed46967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_indexer/test/instance_variables_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def something.bar
end
RUBY

# If the surrounding method is behind defined on any dynamic value that isn't `self`, then we attribute the
# If the surrounding method is being defined on any dynamic value that isn't `self`, then we attribute the
# instance variable to the wrong owner since there's no way to understand that statically
entry = T.must(@index["@a"]&.first)
owner = T.must(entry.owner)
Expand Down

0 comments on commit ed46967

Please sign in to comment.