Skip to content

Commit 458449f

Browse files
committed
typo
1 parent a584099 commit 458449f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function addFile($name, $handle = null, $password = null)
156156
* or
157157
* $files = ['file1.pdf', 'file2.pdf', 'file3.pdf'];
158158
* $pdf = new Pdf($files);
159-
* $pdf->cat() // all all files, all pages
159+
* $pdf->cat() // all files, all pages
160160
* ->saveAs('out.pdf');
161161
*
162162
* @param int|string|array|null $start the start page number or an array of page

0 commit comments

Comments
 (0)