chore: Fix typos in 'compiler' (batch 1)
This commit is contained in:
parent
78d5c04d9c
commit
ac69544a17
35 changed files with 44 additions and 44 deletions
|
@ -42,7 +42,7 @@ impl fmt::Display for BaseNString {
|
|||
}
|
||||
|
||||
// This trait just lets us reserve the exact right amount of space when doing fixed-length
|
||||
// case-insensitve encoding. Add any impls you need.
|
||||
// case-insensitive encoding. Add any impls you need.
|
||||
pub trait ToBaseN: Into<u128> {
|
||||
fn encoded_len(base: usize) -> usize;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue