Renamed "worskeet" to "worksheet" comment typo (#2589)

This commit is contained in:
Aaron Layson
2022-02-15 00:07:04 +08:00
committed by GitHub
parent e3b7cb5f9d
commit aff97833c6
+1 -1
View File
@@ -608,7 +608,7 @@ class Spreadsheet
/**
* Add sheet.
*
* @param Worksheet $worksheet The worskeet to add
* @param Worksheet $worksheet The worksheet to add
* @param null|int $sheetIndex Index where sheet should go (0,1,..., or null for last)
*
* @return Worksheet