about summary refs log tree commit diff
path: root/tests/rustdoc/custom_code_classes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/custom_code_classes.rs')
-rw-r--r--tests/rustdoc/custom_code_classes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/custom_code_classes.rs b/tests/rustdoc/custom_code_classes.rs
index f110721c5a7..cd20d8b7d6c 100644
--- a/tests/rustdoc/custom_code_classes.rs
+++ b/tests/rustdoc/custom_code_classes.rs
@@ -22,7 +22,7 @@
 ///
 /// Testing with multiple "unknown". Only the first should be used.
 ///
-/// ```whatever4{.huhu-c} whatever5
+/// ```whatever4,{.huhu-c} whatever5
 /// main;
 /// ```
 pub struct Bar;