Skip to content

Commit c45fd5c

Browse files
authored
Merge pull request #262 from sonyarianto/devel
Update README.md
2 parents f285bac + 7a773c1 commit c45fd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Drivers/PHP/Tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ object(ArangoDBClient\Document)##6 (4) {
277277
*/
278278
```
279279

280-
Whenever the document id is yet unknown, but you want to fetch a document from the server by any of its other properties, you can use the CollectionHandler->byExample() method. It allows you to provide an example of the document that you are looking for. The example should either be a Document object with the relevant properties set, or, a PHP array with the propeties that you are looking for:
280+
Whenever the document id is yet unknown, but you want to fetch a document from the server by any of its other properties, you can use the CollectionHandler->byExample() method. It allows you to provide an example of the document that you are looking for. The example should either be a Document object with the relevant properties set, or, a PHP array with the properties that you are looking for:
281281

282282
```php
283283
// get a document list back from the server, using a document example

0 commit comments

Comments
 (0)