diff options
| author | Dave Gauer <[email protected]> | 2022-02-14 16:25:35 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-14 16:25:35 -0500 |
| commit | 60588190987a7fda8b836d5cecc9525135c10d31 (patch) | |
| tree | 90e95d94a73051bf8b011086bc2e47adde5865c9 | |
| parent | 4bdbeadef5ab51fba6c96566dda071a82f8fc8fb (diff) | |
| parent | 887d989f1b0fbcec4de80678e1a5f0d375ac4232 (diff) | |
| download | ziglings-60588190987a7fda8b836d5cecc9525135c10d31.tar.xz ziglings-60588190987a7fda8b836d5cecc9525135c10d31.zip | |
Merge pull request #90 from rofrol/patch-1
add spaces
| -rw-r--r-- | exercises/012_while2.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/012_while2.zig b/exercises/012_while2.zig index ef53ea0..c9905aa 100644 --- a/exercises/012_while2.zig +++ b/exercises/012_while2.zig @@ -11,7 +11,7 @@ // Example: // // var foo = 2; -// while (foo<10) : (foo+=2) { +// while (foo < 10) : (foo += 2) { // // Do something with even numbers less than 10... // } // |
