aboutsummaryrefslogtreecommitdiff
path: root/entries
diff options
context:
space:
mode:
authorAymen Dirar2022-10-24 06:16:59 +0000
committerAymen Dirar2022-10-24 06:16:59 +0000
commit51ebb554063aa504668e939c766236967829b94b (patch)
tree418924f5e3883eab87ecab7a48ecfd5c3ea67c7e /entries
parent885f01dfdfa610acf067dc15c2ebb22b7307733e (diff)
comment
Diffstat (limited to 'entries')
-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))