summaryrefslogtreecommitdiffstats
path: root/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html
index 77c2bdc..8551d3a 100644
--- a/site/index.html
+++ b/site/index.html
@@ -12,7 +12,7 @@
<div id='code'>
<button id='compile'>compile</button>
<br>
- <div id='src' contenteditable='plaintext-only'>: fac
+ <div id='src' contenteditable='plaintext-only'>: fac ( n -- n )
dup
1 > if
dup 1 - fac *