Skip to content

Commit c2f806b

Browse files
committed
Fix minor error in documentation
1 parent 1cdc6cd commit c2f806b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ internal English coding.
187187

188188
```php
189189
$formula = $spreadsheet->getActiveSheet()->getCell('B8')->getValue();
190-
$translatedFormula = \PhpOffice\PhpSpreadsheet\Calculation\Calculation::getInstance()->_translateFormulaToLocale($formula);
190+
$translatedFormula = \PhpOffice\PhpSpreadsheet\Calculation\Calculation::getInstance()->translateFormulaToLocale($formula);
191191
```
192192

193193
You can also create a formula using the function names and argument

0 commit comments

Comments
 (0)