Skip to content

Commit

Permalink
lib.rs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rilysh authored and novacrazy committed Mar 28, 2024
1 parent 0e2a037 commit 13e510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -140,7 +140,7 @@ use internal::{ArrayBuilder, ArrayConsumer, Sealed};
pub mod internals {
//! Very unsafe internal functionality.
//!
//! These are used internally for building and consuming generic arrays. WHen used correctly,
//! These are used internally for building and consuming generic arrays. When used correctly,
//! they can ensure elements are correctly dropped if something panics while using them.

pub use crate::internal::{ArrayBuilder, ArrayConsumer};
Expand Down

0 comments on commit 13e510a

Please sign in to comment.