diff options
author | ignace nyamagana butera <nyamsprod@gmail.com> | 2015-10-27 12:40:01 +0100 |
---|---|---|
committer | ignace nyamagana butera <nyamsprod@gmail.com> | 2015-10-27 12:40:01 +0100 |
commit | dd293b63b25e839bc71675dc68140a2695df1bb7 (patch) | |
tree | 0f20f383e864f6d582ad694795c99321cdd458d0 | |
parent | 213131c10d42edd72e11483a62e5f59c17c4f638 (diff) | |
download | csv-dd293b63b25e839bc71675dc68140a2695df1bb7.zip csv-dd293b63b25e839bc71675dc68140a2695df1bb7.tar.gz csv-dd293b63b25e839bc71675dc68140a2695df1bb7.tar.bz2 |
typo fix
-rw-r--r-- | src/Config/Controls.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config/Controls.php b/src/Config/Controls.php index 6e6de06..3d8f612 100644 --- a/src/Config/Controls.php +++ b/src/Config/Controls.php @@ -83,7 +83,7 @@ trait Controls /** * Tell whether the submitted string is a valid CSV Control character * - * @param strung $str The submitted string + * @param string $str The submitted string * * @return bool */ |