diff options
-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 */ |