mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Typo fix in Close() GoDoc
This commit is contained in:
parent
5daaae050b
commit
d52f7bf0cf
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user