small typo fix (#5655)
parent
0a4001eba1
commit
78a1cd36b5
|
@ -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 New Issue