Spelling: Tou -> You
This commit is contained in:
parent
40abd18fe0
commit
7247e3b5ac
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue