mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-02 00:13:30 +02:00
Fixed example syntax for inline else
This commit is contained in:
committed by
GitHub
co-authored by
GitHub
parent
f2b3e93402
commit
25611b8312
@@ -40,7 +40,7 @@
|
||||
//
|
||||
// switch (thing) {
|
||||
// .a => |a| special(a),
|
||||
// inline else |t| => normal(t),
|
||||
// inline else => |t| normal(t),
|
||||
// }
|
||||
//
|
||||
// We can have special handling of some cases and then Zig
|
||||
|
||||
Reference in New Issue
Block a user