Fixed example syntax for inline else
This commit is contained in:
parent
9ae09d1818
commit
cd9937bbd7
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…
Add table
Add a link
Reference in a new issue