Update kdb+.html.markdown

fixed typos
This commit is contained in:
dhu23 2018-07-06 09:23:09 -04:00 committed by GitHub
parent b13b8af234
commit 779840f985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -693,7 +693,7 @@ first each (1 2 3;4 5 6;7 8 9)
/ => 12 23 34 / => 12 23 34
/ => 13 24 35 / => 13 24 35
/ => 14 25 36 / => 14 25 36
1 2 3 +/: 1 2 3 1 2 3 +/: 11 22 33
/ => 12 13 14 / => 12 13 14
/ => 23 24 25 / => 23 24 25
/ => 34 35 36 / => 34 35 36