Skip to content

Commit

Permalink
Fix typo in issue-13698.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Munksgaard committed Oct 10, 2018
1 parent df79da9 commit a9217e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc/issue-13698.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ pub trait Bar {
fn bar(&self) {}
}

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

0 comments on commit a9217e3

Please sign in to comment.