about summary refs log tree commit diff
path: root/tests/rustdoc/ensure-src-link.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2024-10-23 19:15:23 -0400
committerMichael Howell <michael@notriddle.com>2024-10-23 19:15:23 -0400
commita53655a023cee5dee1873bd3dfc805d7c460fbeb (patch)
treeebb93b369e3f5fe9a9a240f5d38106c081bea595 /tests/rustdoc/ensure-src-link.rs
parentb0c2d2e5b00339014cba0a31f634af8c146458ed (diff)
downloadrust-a53655a023cee5dee1873bd3dfc805d7c460fbeb.tar.gz
rust-a53655a023cee5dee1873bd3dfc805d7c460fbeb.zip
rustdoc: adjust spacing and typography in header
Diffstat (limited to 'tests/rustdoc/ensure-src-link.rs')
-rw-r--r--tests/rustdoc/ensure-src-link.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/ensure-src-link.rs b/tests/rustdoc/ensure-src-link.rs
index 4156fdcba59..f70902b1756 100644
--- a/tests/rustdoc/ensure-src-link.rs
+++ b/tests/rustdoc/ensure-src-link.rs
@@ -2,5 +2,5 @@
 
 // This test ensures that the [src] link is present on traits items.
 
-//@ has foo/trait.Iterator.html '//*[@id="method.zip"]//a[@class="src"]' "source"
+//@ has foo/trait.Iterator.html '//*[@id="method.zip"]//a[@class="src"]' "Source"
 pub use std::iter::Iterator;