Typo fix in Close() GoDoc

This commit is contained in:
gm42 2024-05-06 17:29:14 +02:00
parent 5daaae050b
commit d52f7bf0cf

View File

@ -61,7 +61,7 @@ type DatabaseOptions struct {
}
// Close will close the Database and clean up all resources.
// You have to ensure that you're not resuing this database.
// You have to ensure that you're not reusing this database.
func (d Database) Close() {
// Remove database object from the cached databases
if d.isCached {