fix: typos

This commit is contained in:
Jost Alemann
2025-03-20 21:24:40 +01:00
parent 7ce659f7fa
commit 522b4673a4
8 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@
//
// if (foo) |value| {
// ...
// } else |err| switch(err) {
// } else |err| switch (err) {
// ...
// }
//