about summary refs log tree commit diff
path: root/tests/rustdoc-gui/struct-fields.goml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/struct-fields.goml')
-rw-r--r--tests/rustdoc-gui/struct-fields.goml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/struct-fields.goml b/tests/rustdoc-gui/struct-fields.goml
index 3c87a4cd654..302a1a0d80b 100644
--- a/tests/rustdoc-gui/struct-fields.goml
+++ b/tests/rustdoc-gui/struct-fields.goml
@@ -1,4 +1,5 @@
-// This test ensures that each field is on its own line (In other words, they have display: block).
+// This test ensures that each field is on its own line (In other words, they have
+// `display: block`).
 go-to: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html"
 
 store-property: ("//*[@id='structfield.first']", {"offsetTop": first_top})