Skip to content

Commit 73c24dc

Browse files
author
Maciej Malarz
committed
Add missing backtick
1 parent 73eaf21 commit 73c24dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG-1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class being queried for references defined in child classes).
7272
[#1403](https://github.com/doctrine/mongodb-odm/pull/1403) -
7373
Read-Only mode instructs ODM to not only hydrate the latest data but also to
7474
create new document's instance (i.e. if found document would be already managed
75-
by Doctrine, new instance will be returned) and not register it in UnitOfWork`.
75+
by Doctrine, new instance will be returned) and not register it in `UnitOfWork`.
7676
This technique can prove especially useful when using `select()` while building
7777
query with no intent to update fetched documents. To read more about read-only mode
7878
you can check [documentation](http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/query-builder-api.html#fetching-documents-as-read-only).

0 commit comments

Comments
 (0)