summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--exercises/002_std.zig2
1 files changed, 1 insertions, 1 deletions
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