fix typo in link
authorMichael Wallner <mike@php.net>
Mon, 4 Apr 2016 13:19:11 +0000 (15:19 +0200)
committerMichael Wallner <mike@php.net>
Mon, 4 Apr 2016 13:19:11 +0000 (15:19 +0200)
pq/Result.md

index 28862d86f612fe6b599e07a188d58ac490b54d87..d03697a1ff9d7af35b2232957003206a18ee57ce 100644 (file)
@@ -74,4 +74,4 @@ See [Fetching Results](pq/Result/: Fetching Results) for a general overview.
 * public int $fetchType = pq\Result::FETCH_ARRAY  
   The [type of return value](pq/Result#Fetch.types:) the fetch methods should return when no fetch type argument was given. Defaults to pq\Connection::$defaultFetchType.
 * public int $autoConvert = pq\Result::CONV_ALL  
-  What [type of conversions](pq\Result#Conversion.bits:) to perform automatically.
+  What [type of conversions](pq/Result#Conversion.bits:) to perform automatically.