about summary refs log tree commit diff
path: root/tests/rustdoc/struct-arg-pattern.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/struct-arg-pattern.rs')
-rw-r--r--tests/rustdoc/struct-arg-pattern.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/struct-arg-pattern.rs b/tests/rustdoc/struct-arg-pattern.rs
index 6f06c8c9c49..af94089bf1a 100644
--- a/tests/rustdoc/struct-arg-pattern.rs
+++ b/tests/rustdoc/struct-arg-pattern.rs
@@ -4,7 +4,7 @@ struct BodyId {
     hir_id: usize,
 }
 
-// @has 'foo/fn.body_owner.html' '//pre[@class="rust item-decl"]' 'pub fn body_owner(_: BodyId)'
+//@ has 'foo/fn.body_owner.html' '//pre[@class="rust item-decl"]' 'pub fn body_owner(_: BodyId)'
 pub fn body_owner(BodyId { hir_id }: BodyId) {
     // ...
 }