Merge pull request #1745 from rhynodesigns/patch-1

Spelling: Tou -> You
This commit is contained in:
Adrien Crivelli 2020-12-09 16:48:30 +09:00 committed by GitHub
commit baa9c452e5
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 // Validate data
if (empty($formula)) { 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); parent::__construct($name, $worksheet, $formula, $localOnly, $scope);
} }