Skip to content

Commit

Permalink
Fix doc typo in MongoDB MessageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Feb 7, 2012
1 parent bf0bf21 commit 3c286cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocumentManager/MessageManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected function markIsReadByCondition(ParticipantInterface $participant, $isR
$queryBuilder->update()
->field('metadata.participant.$id')->equals(new \MongoId($participant->getId()));

/* If marking the message as read for a participant, we can should pull
/* If marking the message as read for a participant, we should pull
* their ID out of the unreadForParticipants array. The same is not
* true for the inverse. We should only add a participant ID to this
* array if the message is not considered spam.
Expand Down

0 comments on commit 3c286cc

Please sign in to comment.