Skip to content

Commit

Permalink
Merge pull request #335 from JakeFr/patch-1
Browse files Browse the repository at this point in the history
Typo in doc
  • Loading branch information
nyamsprod authored Mar 19, 2019
2 parents 0fbd0d8 + 50fdeea commit c532878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/9.0/writer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $writer = Writer::createFromString();
$writer->insertOne($record);
$writer->setEscape('');
$writer->insertOne($record);
echo $writer->getContents();
echo $writer->getContent();
// """foo""","foo bar","baz ","foo\"bar"
// """foo""","foo bar","baz ","foo\""bar"
~~~
Expand Down

0 comments on commit c532878

Please sign in to comment.