Commit c669430
authored
when vs if clarification
The original "Use when instead of (if … (do …))" made me skip it because I did not have a `do` in my code, only `(if cond something...)`. So I want to clarify that it applies to all single-branch ifs, no matter whether they use do or not.1 parent d096eaa commit c669430
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1313 | 1313 | | |
1314 | 1314 | | |
1315 | 1315 | | |
1316 | | - | |
| 1316 | + | |
1317 | 1317 | | |
1318 | 1318 | | |
1319 | 1319 | | |
| |||
0 commit comments