Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieper committed Nov 3, 2011
1 parent be9fbbf commit fc40bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/association-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ traversable through lazy loading. You essentially need to query only one documen
then access all the others that are related by traversing the references in the objects.

A document manager contains an identity map, it will never return you different instances of PHP objects
for the document with he same ID.
for the document with the same ID.

Different Association Mappings
------------------------------
Expand Down

0 comments on commit fc40bd0

Please sign in to comment.