Skip to content

Commit 5d74013

Browse files
authored
Merge pull request #915 from holtkamp/patch-1
Add missing space
2 parents 16f22cb + 70ecd05 commit 5d74013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Example:
150150

151151
~~~ php
152152
foreach ($contents as $object) {
153-
echo $object['basename'].' is located at'.$object['path'].' and is a '.$object['type'];
153+
echo $object['basename'].' is located at '.$object['path'].' and is a '.$object['type'];
154154
}
155155
~~~
156156

0 commit comments

Comments
 (0)