diff options
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 |