From b284b77add0646151a6c6afd9e2130d5a46c05aa Mon Sep 17 00:00:00 2001 From: Graham McVicker <mcvicker@sanger.ac.uk> Date: Wed, 21 Jan 2004 22:26:47 +0000 Subject: [PATCH] small POD corrections --- modules/Bio/EnsEMBL/DBSQL/DBConnection.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm b/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm index 611e6a07fa..a5c57dbdb8 100644 --- a/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm +++ b/modules/Bio/EnsEMBL/DBSQL/DBConnection.pm @@ -234,7 +234,7 @@ sub username { } -=head2 username +=head2 host Arg [1] : (optional) string $arg The new value of the host used by this connection. @@ -257,7 +257,7 @@ sub host { } -=head2 username +=head2 password Arg [1] : (optional) string $arg The new value of the password used by this connection. -- GitLab