We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d3822 commit e71c6efCopy full SHA for e71c6ef
README.md
@@ -168,7 +168,7 @@ $writer->truncate();
168
```php
169
$writer = new Writer('my/file.csv');
170
171
-$writer->copy('my/my_first_copy.csv'); //writer will still write into "my_first_copy.csv"
+$writer->copy('my/my_first_copy.csv'); //writer will still write into "file.csv"
172
173
$writer->copy('my/my_second_copy.csv', true); //writer will write in "my_second_copy.csv"
174
```
0 commit comments