Merge branch 'main' of https://github.com/Palm404/ziglings into main

This commit is contained in:
unknown 2021-08-17 00:28:50 -07:00
commit be7e925bfc
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@
// Zig has the "usual" comparison operators such as:
//
// a == b means "a equals b"
// a > b means "a is greater than 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"
//
// The important thing about Zig's "if" is that it *only* accepts