Skip to content

Commit a9217e3

Browse files
committed
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

+1-1
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)