Fixed example syntax for inline else

pull/2/head
Arnon 1 year ago committed 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

Loading…
Cancel
Save