diff options
author | ignace nyamagana butera <nyamsprod@gmail.com> | 2016-11-14 15:26:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-14 15:26:32 +0100 |
commit | 68bafb2f56deebadcbb95fc8bd5e29ebf850b4ad (patch) | |
tree | 2cfbd5d24b04b00c8c1b8b407360c2efb2f9c5d2 /basic-usage.md | |
parent | 3a66f0d0739dd881a26571384c591caefdb522f0 (diff) | |
parent | d8fe127b1be4016d2520d2754af6612549cdc50c (diff) | |
download | csv-origin/gh-pages.zip csv-origin/gh-pages.tar.gz csv-origin/gh-pages.tar.bz2 |
Merge pull request #195 from simoheinonen/patch-1origin/gh-pages
Removed non-matching closing tag
Diffstat (limited to 'basic-usage.md')
-rw-r--r-- | basic-usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic-usage.md b/basic-usage.md index 1dad0dc..12b4c15 100644 --- a/basic-usage.md +++ b/basic-usage.md @@ -35,7 +35,7 @@ foreach ($reader as $index => $row) { } ~~~ -<p class="message-notice">You can do more complex iterations <a href="/reading/">using the query methods</a> available on the <code>League\Csv\Reader</code> class only.</a></p> +<p class="message-notice">You can do more complex iterations <a href="/reading/">using the query methods</a> available on the <code>League\Csv\Reader</code> class only.</p> ## Outputting the CSV |