Skip to content

Commit

Permalink
Update lib/ruby_indexer/test/instance_variables_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Stock <[email protected]>
  • Loading branch information
andyw8 and vinistock authored Oct 16, 2024
1 parent 8e92cae commit 5ff9427
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 @@ -197,7 +197,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 5ff9427

Please sign in to comment.