From 6b770a3e5fe7a1db2c87392565fcf4de96ffcfb7 Mon Sep 17 00:00:00 2001 From: Matt Doherty Date: Wed, 9 Nov 2016 14:52:47 +0000 Subject: minor typos and corrections (#2559) --- kdb+.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdb+.html.markdown') 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 -- cgit v1.2.3