Merge pull request #69 from Palm404/main

Fix: Fix grammar at 002_std.zig
This commit is contained in:
Dave Gauer 2021-08-24 09:27:41 -04:00 committed by GitHub
commit cf4cff5115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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