Commit 2eb8753
authored
Fix
The code example is invalid. As it was, `$cM` leads to an error when calling `unlet`.
The linked pull request has the same issue.
Presumably, the example should unlet all four declared variables.
Alternatively, it could unlet three of the four variables.unlet example code in 0.110.0 release notes (#2112)1 parent c50965b commit 2eb8753
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments