diff --git a/tests/auxiliary/minicore.rs b/tests/auxiliary/minicore.rs index 9d9506b8e91..1e9f2ee59b4 100644 --- a/tests/auxiliary/minicore.rs +++ b/tests/auxiliary/minicore.rs @@ -6,7 +6,7 @@ //! //! - `minicore` is **only** intended for `core` items, and the stubs should match the actual `core` //! items. -//! - Becareful of adding new features and things that are only available for a subset of targets. +//! - Be careful of adding new features and things that are only available for a subset of targets. //! //! # References //!