From 9b4cae693089284675e7d1ccd56cf85d2ec50002 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 29 Jul 2013 11:32:06 -0400 Subject: [PATCH] Resolved overflow with associative array definition --- dfn/dev.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfn/dev.tex b/dfn/dev.tex index d2e6f46..fdf6d82 100644 --- a/dfn/dev.tex +++ b/dfn/dev.tex @@ -22,7 +22,7 @@ developers addressed by this specification. multidimensional. \dt{associative array} - An array indexed using hashed character strings as ``keys''; said to be + An array indexed using hashed character strings as keys; said to be ``key/value'', where the value is ``associated'' with its respective key. \dt{bit}