about summary refs log tree commit diff
path: root/src/libcore/simd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/simd.rs')
-rw-r--r--src/libcore/simd.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/simd.rs b/src/libcore/simd.rs
index 369a7106583..252a24e3aa9 100644
--- a/src/libcore/simd.rs
+++ b/src/libcore/simd.rs
@@ -29,7 +29,7 @@
 //! }
 //! ```
 //!
-//! ## Stability Note
+//! # Stability Note
 //!
 //! These are all experimental. The interface may change entirely, without
 //! warning.