Spelling: Tou -> You

This commit is contained in:
Ryan McAllen 2020-12-07 10:17:56 -05:00 committed by GitHub
parent 40abd18fe0
commit 7247e3b5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class NamedFormula extends DefinedName
) {
// Validate data
if (empty($formula)) {
throw new Exception('Tou must specify a Formula value for a Named Formula');
throw new Exception('You must specify a Formula value for a Named Formula');
}
parent::__construct($name, $worksheet, $formula, $localOnly, $scope);
}