Fixed example syntax for inline else

This commit is contained in:
Arnon 2023-05-05 13:11:20 +03:00 committed by GitHub
parent f2b3e93402
commit 25611b8312

View file

@ -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