diff options
author | Hannes Van De Vreken <vandevreken.hannes@gmail.com> | 2015-04-22 14:14:18 +0200 |
---|---|---|
committer | Hannes Van De Vreken <vandevreken.hannes@gmail.com> | 2015-04-22 14:14:18 +0200 |
commit | 7007f12a702620df5759ae772faf1c3477d87a75 (patch) | |
tree | 5cd780fcfac29de0f8f09419957b0d7e3e601897 | |
parent | ae2201e3092f225e7e62fbbc0f74f9d5e4ddb353 (diff) | |
download | csv-7007f12a702620df5759ae772faf1c3477d87a75.zip csv-7007f12a702620df5759ae772faf1c3477d87a75.tar.gz csv-7007f12a702620df5759ae772faf1c3477d87a75.tar.bz2 |
Small namespace fix in example
-rwxr-xr-x | examples/writing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/writing.php b/examples/writing.php index e4ac6c6..239520a 100755 --- a/examples/writing.php +++ b/examples/writing.php @@ -28,7 +28,7 @@ $writer->insertAll($teams); <html lang="fr"> <head> <meta charset="utf-8"> - <title>Using the \League\Writer object</title> + <title>Using the \League\Csv\Writer object</title> <link rel="stylesheet" href="example.css"> </head> <body> |