mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Spelling
This commit is contained in:
parent
98668bd592
commit
2e6211139c
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue