summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordhu23 <36485423+dhu23@users.noreply.github.com>2018-07-06 09:23:09 -0400
committerGitHub <noreply@github.com>2018-07-06 09:23:09 -0400
commit779840f985125d2a39b14ffed15aab8ccc882f66 (patch)
treee47cd3788348d16ca922a0af3b37179d9f043f65
parentb13b8af2345893ac0f6c94690c753e8a496c2df6 (diff)
Update kdb+.html.markdown
fixed typos
-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