From 531ac26e118fa53b354bd6dcf2090ba88c160978 Mon Sep 17 00:00:00 2001 From: Fonata Date: Sat, 23 Feb 2019 11:24:12 +0100 Subject: [PATCH] Improved spelling in comments --- src/Csv.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Csv.php b/src/Csv.php index ec2e998..cf9a208 100644 --- a/src/Csv.php +++ b/src/Csv.php @@ -151,7 +151,7 @@ class Csv { public $auto_depth = 15; /** - * Auto Non Charts + * Auto Non Chars * Characters that should be ignored when attempting to auto-detect delimiter * * @var string @@ -287,7 +287,7 @@ class Csv { /** * Data - * Two dimensional array of CSV data + * Two-dimensional array of CSV data * * @var array */ @@ -299,7 +299,7 @@ class Csv { * Constructor * Class constructor * - * @param string|null $input The CSV string or a direct filepath + * @param string|null $input The CSV string or a direct file path * @param integer|null $offset Number of rows to ignore from the * beginning of the data * @param integer|null $limit Limits the number of returned rows @@ -355,7 +355,7 @@ class Csv { * Parse * Parse a CSV file or string * - * @param string|null $input The CSV string or a direct filepath + * @param string|null $input The CSV string or a direct file path * @param integer $offset Number of rows to ignore from the * beginning of the data * @param integer $limit Limits the number of returned rows to