summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--kdb+.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdb+.html.markdown b/kdb+.html.markdown
index 5c6e66fd..027b6571 100644
--- a/kdb+.html.markdown
+++ b/kdb+.html.markdown
@@ -693,7 +693,7 @@ first each (1 2 3;4 5 6;7 8 9)
/ => 12 23 34
/ => 13 24 35
/ => 14 25 36
-1 2 3 +/: 1 2 3
+1 2 3 +/: 11 22 33
/ => 12 13 14
/ => 23 24 25
/ => 34 35 36