Skip to content

Commit

Permalink
Merge pull request #1745 from rhynodesigns/patch-1
Browse files Browse the repository at this point in the history
Spelling: Tou -> You
  • Loading branch information
PowerKiKi authored Dec 9, 2020
2 parents 40abd18 + 7247e3b commit baa9c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpSpreadsheet/NamedFormula.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct(
) {
// 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);
}
Expand Down

0 comments on commit baa9c45

Please sign in to comment.