1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-04 16:46:04 +02:00

Fix: Fix grammar at 002_std.zig

This commit is contained in:
unknown 2021-08-19 08:59:18 -07:00
parent 38f8737163
commit ac5f539091

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