This commit is contained in:
Mark Haines 2017-03-06 11:52:44 +00:00
parent 98668bd592
commit 2e6211139c

View file

@ -21,7 +21,7 @@ type RoomserverQueryAPIDatabase interface {
LatestEventIDs(roomNID types.RoomNID) ([]gomatrixserverlib.EventReference, error)
}
// RoomserverQueryAPI is an implemenation of RoomserverQueryAPI
// RoomserverQueryAPI is an implementation of RoomserverQueryAPI
type RoomserverQueryAPI struct {
DB RoomserverQueryAPIDatabase
}