mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 01:13:30 +02:00
Manually apply zig fmt style to comments
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
//
|
||||
// a == b means "a equals b"
|
||||
// a < b means "a is less than b"
|
||||
// a !=b means "a does not equal b"
|
||||
// a != b means "a does not equal b"
|
||||
//
|
||||
// The important thing about Zig's "if" is that it *only* accepts
|
||||
// boolean values. It won't coerce numbers or other types of data
|
||||
|
||||
Reference in New Issue
Block a user