From a99d7d852f13b3d955f0e050abb6666e241a5a53 Mon Sep 17 00:00:00 2001 From: Keith Brown Date: Sat, 4 May 2024 17:03:45 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16680ab..c16dba1 100644 --- a/README.md +++ b/README.md @@ -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");