From 981716e526ba45ac49f953090f0a792e58a671fa Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Aug 2021 08:59:18 -0700 Subject: [PATCH] Fix: Fix grammar at 002_std.zig --- exercises/002_std.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/002_std.zig b/exercises/002_std.zig index 50059e1..8cc3792 100644 --- a/exercises/002_std.zig +++ b/exercises/002_std.zig @@ -21,4 +21,4 @@ pub fn main() void { // can only be used at compile time rather than run time. Zig evaluates // constant values at compile time. Don't worry, we'll cover imports // in detail later. -// See also this answer: https://stackoverflow.com/a/62567550/695615 +// Also see this answer: https://stackoverflow.com/a/62567550/695615