Skip to content

Commit e919b3e

Browse files
authored
Update how-it-works.md
1 parent 8bc643c commit e919b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/website/how-it-works.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide_table_of_contents: true
55

66
# How TurboWarp runs Scratch projects 10-100x faster
77

8-
TurboWarp uses a *compiler* to while Scratch uses an *interpreter*. This allows TurboWarp to run somewhere between 10-100x faster depending on the project, but it makes live script editing [impracticable](#live-script-editing).
8+
TurboWarp uses a *compiler* while Scratch uses an *interpreter*. This allows TurboWarp to run somewhere between 10-100x faster depending on the project, but it makes live script editing [impracticable](#live-script-editing).
99

1010
export const Test = ({name, id, scratch, tw}) => (
1111
<tr>

0 commit comments

Comments
 (0)