document x.1.0 changes
[mdref/mdref-pq] / pq / Result / : Fetching Results.md
index b8dd77eb3e806087891d7ae3b4778b4147a23b0a..15941e4453788da275f3e85c4a3243d1c289ab8f 100644 (file)
@@ -1,6 +1,6 @@
 # pq\Result: Overview
 
-An synchronous pq\Connection::exec*() call, or calls to pq\Connection::getResult() after using [asynchronous queries](pq/Connection/: Asynchronous Usage) returns an instance of pq\Result on success. See [Query execution](pq/Connection/: Executing Queries), optionally with [types](pq/Types/: Overview) and [Prepared Statements](pq/Statement/: Overview) for details about how to execute queries.
+An synchronous pq\Connection::exec*() call, or calls to pq\Connection::getResult() after using [asynchronous queries](pq/Connection/: Asynchronous Usage) returns an instance of pq\Result on success. See [Query execution](pq/Connection/: Executing Queries), optionally with [types](pq/Types/: Overview) and [Prepared Statements](pq/Statement) for details about how to execute queries.
 
 ## Fetch types: