]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in issue-13698.rs
authorPhilip Munksgaard <pmunksgaard@gmail.com>
Wed, 10 Oct 2018 20:30:15 +0000 (22:30 +0200)
committerPhilip Munksgaard <pmunksgaard@gmail.com>
Wed, 10 Oct 2018 20:30:15 +0000 (22:30 +0200)
src/test/rustdoc/issue-13698.rs

index cf9b30a0fe9873a46f96eade6c92126fea358e79..b0efee511bc7d034ed6dc3e4d1b1a8e040c03595 100644 (file)
@@ -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 {}