summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorignace nyamagana butera <nyamsprod@gmail.com>2015-10-27 12:40:01 +0100
committerignace nyamagana butera <nyamsprod@gmail.com>2015-10-27 12:40:01 +0100
commitdd293b63b25e839bc71675dc68140a2695df1bb7 (patch)
tree0f20f383e864f6d582ad694795c99321cdd458d0
parent213131c10d42edd72e11483a62e5f59c17c4f638 (diff)
downloadcsv-dd293b63b25e839bc71675dc68140a2695df1bb7.zip
csv-dd293b63b25e839bc71675dc68140a2695df1bb7.tar.gz
csv-dd293b63b25e839bc71675dc68140a2695df1bb7.tar.bz2
typo fix
-rw-r--r--src/Config/Controls.php2
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
*/