Skip to content

Commit 145d95d

Browse files
committed
Fix a typo.
1 parent cf7aca2 commit 145d95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_rdoc_parser_c.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def test_find_body_document_method
680680

681681
baz = methods.last
682682
assert_equal 'Foo#baz', baz.full_name
683-
assert_equal "a comment for bar", bar.comment
683+
assert_equal "a comment for bar", baz.comment
684684
end
685685

686686
def test_find_modifiers_call_seq

0 commit comments

Comments
 (0)