Skip to content

Commit 780858b

Browse files
authored
Update how-it-works.md for interpretation corrections
1 parent c096be5 commit 780858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/website/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ return function fun1_sort () {
182182
};
183183
```
184184
185-
Functions such as `listGet`, `listReplace`, and `compareEqual` are part of the TurboWarp runtime and are implemented to match the strange behaviors of Scratch. The functions used by bubble sort are shown below, for your reference. Accuracy and performance are a higher priority than readability for these functions as they are rarely read by humans.
185+
Functions such as `listGet`, `listReplace`, and `compareEqual` are part of the TurboWarp runtime and are implemented to match the strange behaviors of Scratch. The functions used by bubble sort are shown below, for your reference. Accuracy and performance are a higher priority than readability for these functions as they are frequently called by TurboWarp.
186186
187187
```js
188188
const isNotActuallyZero = val => {

0 commit comments

Comments
 (0)