aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-rw-r--r--notes4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes b/notes
index f3ce97f..e819731 100644
--- a/notes
+++ b/notes
@@ -66,8 +66,8 @@ dup = _
A->int B->int add -> B->A->int
A->int A->int add -> A->int
-# argument order to ' is from stack-top to stack-lower
-[ 1 2 3 ] [ /foo /bar /quux ] { defv }' [ "" 1 ] [ ] ' *
+# argument order to '' is from stack-top to stack-lower
+[ 1 2 3 ] [ /foo /bar /quux ] { defv }' [ "" 1 ] [ ] '' *
= Characters =