From 7ebe8cde5ee8794a00ae717ee4bc7b0b0680d6a9 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Wed, 20 Apr 2022 23:01:39 -0700 Subject: [PATCH] glfw: zig fmt Signed-off-by: Stephen Gutekanst --- glfw/src/errors.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/src/errors.zig b/glfw/src/errors.zig index 386b9cee..f9ab3720 100644 --- a/glfw/src/errors.zig +++ b/glfw/src/errors.zig @@ -129,7 +129,7 @@ pub inline fn getError() Error!void { /// Returns and clears the last error description for the calling thread. /// -/// This function returns a UTF-8 encoded human-readable description of the last error that occured +/// This function returns a UTF-8 encoded human-readable description of the last error that occured /// on the calling thread. If no error has occurred since the last call, it returns null. /// /// @pointer_lifetime The returned string is allocated and freed by GLFW. You should not free it