Commit b239847
committed
Fix memset call in basic_concepts user guide
The example on line 195 called mem_s.memset(value=...), but
_Memory.memset's parameter is named val. It also had a stray
extra quote in ord(b"-""). Correct both so the snippet runs.1 parent 6b3c588 commit b239847
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments