Skip to content

Commit d004c2c

Browse files
Fix word
1 parent f10d4fd commit d004c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Writer/Xls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function save($filename, int $flags = 0): void
128128
$this->writerWorksheets[$i] = new Worksheet($this->strTotal, $this->strUnique, $this->strTable, $this->colors, $this->parser, $this->preCalculateFormulas, $this->spreadsheet->getSheet($i), $this->writerWorkbook);
129129
}
130130

131-
// build Escher objects. Escher objects for workbooks need to be built before Escher object for workbook.
131+
// build Escher objects. Escher objects for worksheets need to be built before Escher object for workbook.
132132
$this->buildWorksheetEschers();
133133
$this->buildWorkbookEscher();
134134

0 commit comments

Comments
 (0)