Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithBrown39423 authored May 4, 2024
1 parent d85232d commit a99d7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub fn main() !void {
std.debug.print("UUID: {}\n", .{uuid.toString()});
}
```
You can also get the UUID has an int through `@bitCast`.
You can also get the UUID as an int through `@bitCast`.
```zig
const std = @import("std");
const zuid = @import("zuid");
Expand Down

0 comments on commit a99d7d8

Please sign in to comment.