mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 14:03:10 -05:00
Merge pull request #280 from arnon4/patch-1
Fixed example syntax for inline else
This commit is contained in:
commit
e273dd298e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
//
|
//
|
||||||
// switch (thing) {
|
// switch (thing) {
|
||||||
// .a => |a| special(a),
|
// .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
|
// We can have special handling of some cases and then Zig
|
||||||
|
|
Loading…
Reference in a new issue