mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Fixed example syntax for inline else
This commit is contained in:
parent
f2b3e93402
commit
25611b8312
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue