Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Sep 17, 2014
1 parent 6ef2319 commit 0b1090b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ Now we can add some documents to be saved or removed later
$persistence->persist($document1);
$persistence->persist($document2);

$persistence->remova($document3);
$persistence->remova($document4);
$persistence->remove($document3);
$persistence->remove($document4);
```

If later we decice do not save or remove document, we may detach it from persistence manager
Expand Down

0 comments on commit 0b1090b

Please sign in to comment.