mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
"look what" -> "look at what"
This commit is contained in:
parent
3bb3372bf9
commit
07e655bc32
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ but this will cause an error:
|
|||
<pre><code> list a; integer b = a[5] = 4;
|
||||
</code></pre>
|
||||
|
||||
<p>To see why, look what that is expanded to:</p>
|
||||
<p>To see why, look at what that is expanded to:</p>
|
||||
|
||||
<pre><code> list a; integer b = a = lazy_list_set(a, 5, (list)4);
|
||||
</code></pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue