fix documentation

This commit is contained in:
Kevin Duret 2015-01-02 16:33:44 +01:00
parent 6c4a3b0dcc
commit 6660001f84
1 changed files with 1 additions and 1 deletions

View File

@ -1428,7 +1428,7 @@ This is an example of how to use **fetchrow_hashref** method :
print $row->{datname}."\n";
}
Output displays databaes of Postgres database.
Output displays Postgres databases.
*****************