diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-05-12 13:16:51 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-05-12 13:16:51 +0200 |
| commit | 14ae9e47a2a303726f8e5141cfd46bb22e0f51c6 (patch) | |
| tree | cca72979321732df91d2c11b33bfbd217b682a4e /handle/handle.go | |
| parent | 7bdc14a145c4b5c380921abf1db3f2c00a9c66cc (diff) | |
| download | go-oblast-14ae9e47a2a303726f8e5141cfd46bb22e0f51c6.tar.gz | |
fix typos
Diffstat (limited to 'handle/handle.go')
| -rw-r--r-- | handle/handle.go | 2 |
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 ( |
