Skip to content

Commit 1f8ec84

Browse files
author
Erwin Poeze
committed
corrected minor typo
I suppose you want to return property values starting with a 't'
1 parent 3e927d0 commit 1f8ec84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ See the API doc for a list of all supported types.
168168
foreach ($node->getPropertiesValues() as $name => $value) {
169169
echo "$name: $value\n";
170170
}
171-
// get the properties of this node with a name starting with 'a'
171+
// get the properties of this node with a name starting with 't'
172172
foreach ($node->getPropertiesValues("t*") as $name => $value) {
173173
echo "$name: $value\n";
174174
}

0 commit comments

Comments
 (0)