about summary refs log tree commit diff
path: root/tests/rustdoc/thread-local-src.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/thread-local-src.rs
parentb0c2d2e5b00339014cba0a31f634af8c146458ed (diff)
downloadrust-a53655a023cee5dee1873bd3dfc805d7c460fbeb.tar.gz
rust-a53655a023cee5dee1873bd3dfc805d7c460fbeb.zip
rustdoc: adjust spacing and typography in header
Diffstat (limited to 'tests/rustdoc/thread-local-src.rs')
-rw-r--r--tests/rustdoc/thread-local-src.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/thread-local-src.rs b/tests/rustdoc/thread-local-src.rs
index b23a9a48654..16509e8514d 100644
--- a/tests/rustdoc/thread-local-src.rs
+++ b/tests/rustdoc/thread-local-src.rs
@@ -1,6 +1,6 @@
 #![crate_name = "foo"]
 
-//@ has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' 'source'
+//@ has foo/index.html '//a[@href="../src/foo/thread-local-src.rs.html#1-6"]' 'Source'
 
-//@ has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' 'source'
+//@ has foo/constant.FOO.html '//a[@href="../src/foo/thread-local-src.rs.html#6"]' 'Source'
 thread_local!(pub static FOO: bool = false);