diff --git a/src/lib.rs b/src/lib.rs index bade4b70..71636369 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -128,7 +128,7 @@ pub mod linalg; #[cfg(feature = "std")] #[deprecated( - note = "The 'core' module is being renamed 'based' to avoid conflicts with the 'core' crate." + note = "The 'core' module is being renamed to 'base' to avoid conflicts with the 'core' crate." )] pub use base as core; pub use base::*;