Skip to content

Commit

Permalink
Fix typo in MAX_STR_LEN documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 20, 2024
1 parent e7b5808 commit 63a8c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl Buffer {
///
/// This trait is sealed and cannot be implemented for types outside of itoa.
pub trait Integer: private::Sealed {
/// The maximum length of the formated str for this integer.
/// The maximum length of the formatted str for this integer.
const MAX_STR_LEN: usize;
}

Expand Down

0 comments on commit 63a8c86

Please sign in to comment.