Skip to content

Commit dd6aedf

Browse files
authored
uucore/num_format: fix typo in comment
1 parent 8e7ee3f commit dd6aedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uucore/src/lib/features/format/num_format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl Formatter for UnsignedInt {
149149
}
150150
};
151151

152-
// Zeroes doe not get a prefix. An octal value does also not get a
152+
// Zeroes do not get a prefix. An octal value does also not get a
153153
// prefix if the padded value will not start with a zero.
154154
let prefix = match (x, self.variant) {
155155
(1.., UnsignedIntVariant::Hexadecimal(Case::Lowercase, Prefix::Yes)) => "0x",

0 commit comments

Comments
 (0)