aboutsummaryrefslogtreecommitdiff
path: root/entries/adirar111/wasm/fib.wat
diff options
context:
space:
mode:
Diffstat (limited to 'entries/adirar111/wasm/fib.wat')
-rw-r--r--entries/adirar111/wasm/fib.wat2
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/adirar111/wasm/fib.wat b/entries/adirar111/wasm/fib.wat
index b9eba78..255fa12 100644
--- a/entries/adirar111/wasm/fib.wat
+++ b/entries/adirar111/wasm/fib.wat
@@ -1,5 +1,5 @@
;; iterative fib(n) in web assembly text format (wat)
-;; this gets compiled to fib.wasm binary
+;; this gets compiled to the fib.wasm binary
;; and gets fetched via a data URL in index.js
(module
(export "fib" (func $fib))