From 551f21a49a5653481b79a1895b5ef80f67d83c3d Mon Sep 17 00:00:00 2001 From: projectmoon Date: Tue, 10 Nov 2020 20:22:18 +0000 Subject: [PATCH] Fix minor typo in rooms db code. --- src/db/rooms.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/rooms.rs b/src/db/rooms.rs index 0dd37fe..d86e8e5 100644 --- a/src/db/rooms.rs +++ b/src/db/rooms.rs @@ -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 {