Skip to content

Commit c096be5

Browse files
authored
Update how-it-works.md
1 parent 79084ed commit c096be5

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 tend to be quite hot.
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.
186186
187187
```js
188188
const isNotActuallyZero = val => {

0 commit comments

Comments
 (0)