From 3ea4f4071505a42077694068f8e4e219fbabd992 Mon Sep 17 00:00:00 2001 From: chowey Date: Thu, 5 Apr 2012 08:08:00 -0700 Subject: [PATCH] Updated pg (markdown) --- pg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg.md b/pg.md index abb5733..39e5eaa 100644 --- a/pg.md +++ b/pg.md @@ -33,7 +33,7 @@ The connect method retrieves a __[[Client]]__ from the client pool, or if all po If called with only one _function_ argument, uses [[defaults|pg#properties-defaults]] for connection configuration. -When the client raises its [[__drain__ event|Client#drainEvent]], the client is automatically returned to the pool for reuse. +When the client raises its __drain__ [[event|Client#drainEvent]], the client is automatically returned to the pool for reuse. #### parameters