Skip to content

Commit

Permalink
Spelling: Tou -> You
Browse files Browse the repository at this point in the history
  • Loading branch information
rhynodesigns authored Dec 7, 2020
1 parent 40abd18 commit 7247e3b
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 7247e3b

Please sign in to comment.