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

Commit

Permalink
Fix up grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed May 3, 2018
1 parent 6e10eed commit 31c7c29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synapse/storage/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,9 @@ def _get_new_state_after_events(self, room_id, events_context, old_latest_event_

state_groups_map[ctx.state_group] = ctx.current_state_ids

# We need to map the event_ids to their state groups. First, lets
# check if the event is one we're persisting and then we can pull the
# state group from its context.
# We need to map the event_ids to their state groups. First, let's
# check if the event is one we're persisting, in which case we can
# pull the state group from its context.
# Otherwise we need to pull the state group from the database.

# Set of events we need to fetch groups for. (We know none of the old
Expand Down

0 comments on commit 31c7c29

Please sign in to comment.