diff options
author | Simo Heinonen <simo@dealdash.com> | 2016-11-14 15:18:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-14 15:18:19 +0200 |
commit | d8fe127b1be4016d2520d2754af6612549cdc50c (patch) | |
tree | 2cfbd5d24b04b00c8c1b8b407360c2efb2f9c5d2 | |
parent | 3a66f0d0739dd881a26571384c591caefdb522f0 (diff) | |
download | csv-d8fe127b1be4016d2520d2754af6612549cdc50c.zip csv-d8fe127b1be4016d2520d2754af6612549cdc50c.tar.gz csv-d8fe127b1be4016d2520d2754af6612549cdc50c.tar.bz2 |
Removed non-matching closing tag
-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 |