Spelling error
guimard opened this issue · 1 comments
guimard commented
Hello,
just a little error:
--- a/lib/DBD/MariaDB.pod
+++ b/lib/DBD/MariaDB.pod
@@ -1041,7 +1041,7 @@
Moreover, DBI API for L<do|DBI/do>, L<execute|DBI/execute> and all
L<select*|DBI/selectrow_array> methods binds all parameters as C<SQL_VARCHAR>
-type. Currently it is an API limitation which does not allow to specify the bind
+type. Currently it is an API limitation which does not allow one to specify the bind
type. Varchar is a string and so DBD::MariaDB treats all of them as I<Unicode>
strings.
pali commented
Thanks! Now it is fixed in the master branch.