Fixed example syntax for inline else

This commit is contained in:
Arnon 2023-05-05 13:11:20 +03:00 committed by GitHub
parent 9ae09d1818
commit cd9937bbd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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