diff options
author | Matt Doherty <matt.d.doc@gmail.com> | 2016-11-09 14:52:47 +0000 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-11-09 15:52:47 +0100 |
commit | 6b770a3e5fe7a1db2c87392565fcf4de96ffcfb7 (patch) | |
tree | afe2a6edae7a7293e6af0134181fc26d1e0fdb4c /kdb+.html.markdown | |
parent | 8b4313d26b80cb00360d028a99a0d25da3d728eb (diff) |
minor typos and corrections (#2559)
Diffstat (limited to 'kdb+.html.markdown')
-rw-r--r-- | kdb+.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdb+.html.markdown b/kdb+.html.markdown index dc7a3500..76f07f7b 100644 --- a/kdb+.html.markdown +++ b/kdb+.html.markdown @@ -68,7 +68,7 @@ at jonny.press@aquaq.co.uk / And exponentiation... 2 xexp 4 / => 16 -/ ...and rounding... +/ ...and truncating... floor 3.14159 / => 3 / ...getting the absolute value... @@ -311,7 +311,7 @@ d:`a`b`c!1 2 3 / the keyword key returns the first list key d / => `a`b`c / and value the second -value / => 1 2 3 +value d / => 1 2 3 / Indexing is indentical to lists / with the first list as a key instead of the position |