1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 01:04:10 +02:00

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

View File

@@ -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