summaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
Diffstat (limited to 'book/src')
-rw-r--r--book/src/performance.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/book/src/performance.md b/book/src/performance.md
index d769a6f..e97d0ef 100644
--- a/book/src/performance.md
+++ b/book/src/performance.md
@@ -1,10 +1,10 @@
-# Performance
-
-Here are some tips to make your game perform more quickly
-
-## Scripts
-
-Generally, one large WebAssembly script will perform better than many small
-scripts. There is overhead that comes from calling a script, and more scripts
-will result in more overhead. Try to have as few scripts as possible. Ideally,
-you should have no more than 20 scripts enabled at the same time.
+# Performance
+
+Here are some tips to make your game perform more quickly
+
+## Scripts
+
+Generally, one large WebAssembly script will perform better than many small
+scripts. There is overhead that comes from calling a script, and more scripts
+will result in more overhead. Try to have as few scripts as possible. Ideally,
+you should have no more than 20 scripts enabled at the same time.