Merge pull request #280 from arnon4/patch-1

Fixed example syntax for inline else
pull/2/head
Chris Boesch 1 year ago committed by GitHub
commit e273dd298e

@ -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…
Cancel
Save