diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-05-06 15:29:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-06 15:29:22 +0200 |
| commit | f1368f4f812cce360e932a2b337f07aa0f11ef65 (patch) | |
| tree | a377aba55f6542ab83f8f44648fec9a439ed93a5 /exercises/092_interfaces.zig | |
| parent | 2027c6a403408f07640aa0fa22d6dc7d02da4134 (diff) | |
| parent | e5341b91c107894e585e515731d5ec34fd56c1af (diff) | |
Merge branch 'ratfactor:main' into testing
Diffstat (limited to 'exercises/092_interfaces.zig')
| -rw-r--r-- | exercises/092_interfaces.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/092_interfaces.zig b/exercises/092_interfaces.zig index 5ac5768..8f0a937 100644 --- a/exercises/092_interfaces.zig +++ b/exercises/092_interfaces.zig @@ -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 |
