From a7520adc29df6b75ca9e9d8ecac3ec57eb95e9e4 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 3 Nov 2024 17:32:33 +0900 Subject: [PATCH] Fix typo in tests/auxiliary/minicore.rs Co-authored-by: Jubilee --- tests/auxiliary/minicore.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //!