Skip to content

Commit 94b6163

Browse files
committed
P --> p
1 parent 3a0ff41 commit 94b6163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ and more!
130130

131131
`std`: implements the `Error` trait from the standard library for the error types.
132132
`serde`: derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde) for the `Primes` struct, as well as a few others.
133-
`const_assert`: Promotes panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
133+
`const_assert`: promotes panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
134134

135135
## License
136136

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
//!
125125
//! `std`: implements the [`Error`](std::error::Error) trait from the standard library for the error types.
126126
//! `serde`: derives the [`Serialize`](serde::Serialize) and [`Deserialize`](serde::Deserialize) traits from [`serde`](https://docs.rs/serde/latest/serde/) for the [`Primes`] struct, as well as a few others.
127-
//! `const_assert`: Promotes panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
127+
//! `const_assert`: promotes panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
128128
129129
#![forbid(unsafe_code)]
130130
#![cfg_attr(not(feature = "std"), no_std)]

0 commit comments

Comments
 (0)