Skip to content

Commit 8887998

Browse files
authored
small typo :)
1 parent 8e46fd4 commit 8887998

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
@@ -287,7 +287,7 @@ Whenever the document id is yet unknown, but you want to fetch a document from t
287287
```
288288

289289
This will return all documents from the specified collection (here: "users") with the properties provided in the example (here: that have an attribute "name" with a value of "John"). The result is a cursor which can be iterated sequentially or completely. We have chosen to get the complete result set above by calling the cursor's getAll() method.
290-
Note that CollectionHandler->byExample() might return multiple documents if the example is ambigious.
290+
Note that CollectionHandler->byExample() might return multiple documents if the example is ambiguous.
291291

292292
## Updating a document
293293

0 commit comments

Comments
 (0)