Skip to content

Commit

Permalink
Fix word mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Nov 20, 2024
1 parent 4a2e584 commit 4b32009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-bindgen/src/ty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Name = Cow<'static, str>;

/// Integer that'll be printed as a hexadecimal number in TypeScript.
///
/// This utility type ensures that values won't be zero-extending when converted
/// This utility type ensures that values won't be sign-extended when converted
/// to TypeScript integers, even if negative signed integers are used. All values
/// are treated as unsigned integers for printing.
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
Expand Down

0 comments on commit 4b32009

Please sign in to comment.