From c8b8ce2e9583b63bc0ab0dec72fa15bac76d0af6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 25 Sep 2014 08:54:57 +0200 Subject: [PATCH] typos --- pq/Connection/listen.md | 2 +- pq/Connection/trace.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pq/Connection/listen.md b/pq/Connection/listen.md index 66249a7..f05b1a4 100644 --- a/pq/Connection/listen.md +++ b/pq/Connection/listen.md @@ -1,6 +1,6 @@ # void pq\Connection::listen(string $channel, callable $listener) -Listen on $channel for notifcations. +Listen on $channel for notifications. See pq\Connection::unlisten(). ## Params: diff --git a/pq/Connection/trace.md b/pq/Connection/trace.md index 8bb27f3..f402742 100644 --- a/pq/Connection/trace.md +++ b/pq/Connection/trace.md @@ -3,7 +3,7 @@ Trace protocol communication with the server. > ***NOTE:*** - Calling pq\Connection::trace() without parameter or NULL stops tracing. + Calling pq\Connection::trace() without argument or NULL stops tracing. ## Params: -- 2.30.2