about summary refs log tree commit diff
path: root/src/test/rustdoc/macro-document-private-duplicate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/macro-document-private-duplicate.rs')
-rw-r--r--src/test/rustdoc/macro-document-private-duplicate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/macro-document-private-duplicate.rs b/src/test/rustdoc/macro-document-private-duplicate.rs
index ee301051441..d3cf7e14065 100644
--- a/src/test/rustdoc/macro-document-private-duplicate.rs
+++ b/src/test/rustdoc/macro-document-private-duplicate.rs
@@ -4,7 +4,7 @@
 // (yes, that's a thing), rustdoc lists both of them on the index page,
 // but only documents the first one on the page for the macro.
 // Fortunately, this can only happen in document private items mode,
-// but it still isn't ideal beahvior.
+// but it still isn't ideal behavior.
 //
 // See https://github.com/rust-lang/rust/pull/88019#discussion_r693920453
 //