diff options
| author | Will Clardy <[email protected]> | 2021-02-15 16:55:19 -0500 |
|---|---|---|
| committer | Will Clardy <[email protected]> | 2021-02-15 16:55:19 -0500 |
| commit | 97ae27435b3782ddbde69fccc5f40caee5dda2cd (patch) | |
| tree | 3e2029227daedbd4ad409cc78b1aaefe52683833 /exercises/11_while.zig | |
| parent | 882a6b6198148673ec97c6e38443f8e2a6a6b576 (diff) | |
| download | ziglings-97ae27435b3782ddbde69fccc5f40caee5dda2cd.tar.xz ziglings-97ae27435b3782ddbde69fccc5f40caee5dda2cd.zip | |
Manually apply `zig fmt` style to comments
Diffstat (limited to 'exercises/11_while.zig')
| -rw-r--r-- | exercises/11_while.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/11_while.zig b/exercises/11_while.zig index 4c4fc4f..9693593 100644 --- a/exercises/11_while.zig +++ b/exercises/11_while.zig @@ -13,7 +13,7 @@ // a == b means "a equals b" // a < b means "a is less than b" // a > b means "a is greater than b" -// a !=b means "a does not equal b" +// a != b means "a does not equal b" // const std = @import("std"); |
