From b97775d95377864b01b218320c77ac1d67a77eda Mon Sep 17 00:00:00 2001 From: Kinnardian Date: Mon, 14 Oct 2013 00:38:03 -0700 Subject: [PATCH] Added missing parenthesis --- Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.md b/Client.md index bb07cbc..c3447ac 100644 --- a/Client.md +++ b/Client.md @@ -156,7 +156,7 @@ _____ ### _Parameterized Queries_ -### query object config, optional function callback) : _[[Query]]_ +### query( object config, optional function callback) : _[[Query]]_ ### query(string queryText, array values, optional function callback): _[[Query]]_ Creates an unnamed query object, queues it for execution, and returns it.