Commit 7eb684c
committed
editorial tweaks
- Removes specification of `if let` guards' bindings "only" being valid
if the guard succeeds. The arm body is only executed if the guard
succeeds, so the bindings are always usable within the arm body when
it's executed.
- Makes terminology slightly more consistent (replaces some remaining
uses of "`if let` guard" with "`let` pattern")
- Other small wording and punctuation tweaks.1 parent 7a33e62 commit 7eb684c
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments