Skip to content

Commit e71c6ef

Browse files
authored
Update README.md
1 parent 93d3822 commit e71c6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ $writer->truncate();
168168
```php
169169
$writer = new Writer('my/file.csv');
170170

171-
$writer->copy('my/my_first_copy.csv'); //writer will still write into "my_first_copy.csv"
171+
$writer->copy('my/my_first_copy.csv'); //writer will still write into "file.csv"
172172

173173
$writer->copy('my/my_second_copy.csv', true); //writer will write in "my_second_copy.csv"
174174
```

0 commit comments

Comments
 (0)