Fix typo in query2 design document
authorMichael Hanselmann <hansmi@google.com>
Thu, 20 Jan 2011 14:58:41 +0000 (15:58 +0100)
committerMichael Hanselmann <hansmi@google.com>
Thu, 20 Jan 2011 15:20:34 +0000 (16:20 +0100)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

doc/design-query2.rst

index b069b26..8310ef1 100644 (file)
@@ -337,7 +337,7 @@ as filters. Two new calls are introduced:
   Execute a query on items, optionally filtered. Takes a single
   parameter, a :ref:`query object <data-query-request>` encoded as a
   dictionary and returns a :ref:`data query response
-  <data-query-response`.
+  <data-query-response>`.
 ``QueryFields``
   Return list of supported fields as :ref:`field definitions
   <field-def>`. Takes a single parameter, a :ref:`fields query object