fix documentation

This commit is contained in:
Kevin Duret 2015-01-02 16:33:44 +01:00
parent 9cffc6f2cc
commit 3617d7a61b
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.
*****************