1
0

small typo fix (#5655)

This commit is contained in:
Andrew Morgan
2020-02-17 17:14:50 +00:00
2 changed files with 2 additions and 1 deletions

1
changelog.d/5655.doc Normal file
View File

@@ -0,0 +1 @@
Fix a small typo in a code comment.

View File

@@ -331,7 +331,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: