Fix minor typo in rooms db code.

This commit is contained in:
projectmoon 2020-11-10 20:22:18 +00:00
parent 9ed2a81dd3
commit 551f21a49a
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ mod hashset_tree {
}
/// Functions that specifically relate to the "timestamp index" tree,
/// which is stored on the Room sinstance as a tree called
/// which is stored on the Rooms instance as a tree called
/// roomtimestamp_eventid. Tightly coupled to the event watcher in the
/// Rooms impl, and only factored out for unit testing.
mod timestamp_index {