forked from MirrorHub/synapse
small typo fix (#5655)
This commit is contained in:
parent
0a4001eba1
commit
78a1cd36b5
2 changed files with 2 additions and 1 deletions
1
changelog.d/5655.doc
Normal file
1
changelog.d/5655.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix a small typo in a code comment.
|
|
@ -327,7 +327,7 @@ class EventsWorkerStore(SQLBaseStore):
|
|||
|
||||
Args:
|
||||
events (list(str)): list of event_ids to fetch
|
||||
allow_rejected (bool): Whether to teturn events that were rejected
|
||||
allow_rejected (bool): Whether to return events that were rejected
|
||||
update_metrics (bool): Whether to update the cache hit ratio metrics
|
||||
|
||||
Returns:
|
||||
|
|
Loading…
Reference in a new issue