Skip to content

Commit

Permalink
Update lib-usize.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-johnson-4 authored Jan 24, 2025
1 parent acd5ee2 commit 0444b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib-usize.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

```
ifdef SYSTEM-32-BIT (
type USize = U32;
type USize is U32;
);
ifdef SYSTEM-64-BIT (
type USize = U64;
type USize is U64;
);
```

0 comments on commit 0444b79

Please sign in to comment.