summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Parser.php b/src/Parser.php
index d6d391b..11c83f3 100644
--- a/src/Parser.php
+++ b/src/Parser.php
@@ -304,7 +304,7 @@ namespace SqlParser {
* Constructor.
*
* @param string|UtfString|TokensList $list The list of tokens to be parsed.
- * @param bool $strict Whether strict mode should be enabled or not.
+ * @param bool $strict Whether strict mode should be enabled or not.
*/
public function __construct($list = null, $strict = false)
{