Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9217e3

Browse files
committedOct 10, 2018
Fix typo in issue-13698.rs
1 parent df79da9 commit a9217e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/rustdoc/issue-13698.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ pub trait Bar {
2222
fn bar(&self) {}
2323
}
2424

25-
// @!has issue_13698/struct.Foo.html '//*[@id="method.foo"]' 'fn bar'
25+
// @!has issue_13698/struct.Foo.html '//*[@id="method.bar"]' 'fn bar'
2626
impl Bar for Foo {}

0 commit comments

Comments
 (0)
Please sign in to comment.