Fix typo in tests/auxiliary/minicore.rs

Co-authored-by: Jubilee <workingjubilee@gmail.com>
This commit is contained in:
Taiki Endo 2024-11-03 17:32:33 +09:00 committed by GitHub
parent 5596a592e3
commit a7520adc29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
//!