aboutsummaryrefslogtreecommitdiff
path: root/handle
diff options
context:
space:
mode:
Diffstat (limited to 'handle')
-rw-r--r--handle/handle.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handle/handle.go b/handle/handle.go
index 41d82b5..eaf3558 100644
--- a/handle/handle.go
+++ b/handle/handle.go
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// Package handle contains type definitions for connecting non-std database drivers to Oblast.
-// Since most database drivers use the standard interface from databse/sql, the Wrap() function from the main package covers the needs of most users.
+// Since most database drivers use the standard interface from database/sql, the Wrap() function from the main package covers the needs of most users.
package handle
import (