Fixed a minor typo (#8041)

pull/21833/head
Ankur 2022-03-12 00:29:49 +05:30 committed by GitHub
parent 7508fd975f
commit c0fec42387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import shouldHideEvent from './shouldHideEvent';
import { haveTileForEvent } from "./components/views/rooms/EventTile"; import { haveTileForEvent } from "./components/views/rooms/EventTile";
/** /**
* Returns true iff this event arriving in a room should affect the room's * Returns true if this event arriving in a room should affect the room's
* count of unread messages * count of unread messages
* *
* @param {Object} ev The event * @param {Object} ev The event