Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp committed Apr 22, 2018
1 parent 16f22cb commit 70ecd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -150,7 +150,7 @@ Example:

~~~ php
foreach ($contents as $object) {
echo $object['basename'].' is located at'.$object['path'].' and is a '.$object['type'];
echo $object['basename'].' is located at '.$object['path'].' and is a '.$object['type'];
}
~~~

Expand Down

0 comments on commit 70ecd05

Please sign in to comment.