From d52f7bf0cf243cd3dbb4cf334bf5b34f318819d0 Mon Sep 17 00:00:00 2001 From: gm42 <16498973+gm42@users.noreply.github.com> Date: Mon, 6 May 2024 17:29:14 +0200 Subject: [PATCH] Typo fix in Close() GoDoc --- bindings/go/src/fdb/database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/go/src/fdb/database.go b/bindings/go/src/fdb/database.go index 5810485534..795d3fc171 100644 --- a/bindings/go/src/fdb/database.go +++ b/bindings/go/src/fdb/database.go @@ -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 {