You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/website/how-it-works.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ hide_table_of_contents: true
5
5
6
6
# How TurboWarp runs Scratch projects 10-100x faster
7
7
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).
9
9
10
10
export const Test = ({name, id, scratch, tw}) => (
0 commit comments