mediaapi/storage: Correct comment about Database

This commit is contained in:
Robert Swain 2017-05-22 15:13:35 +02:00
parent 2f6db5d317
commit 703685f0dd

View file

@ -23,7 +23,7 @@ import (
"github.com/matrix-org/gomatrixserverlib"
)
// A Database is used to store room events and stream offsets.
// A Database is used to store metadata about a repository of media files.
type Database struct {
statements statements
db *sql.DB