Update docs

pull/1281/head
Jack Christensen 2022-07-10 14:32:08 -05:00
parent e7eb8a3250
commit ca41a6a222
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Package stmtcache is a cache that can be used to implement lazy prepared statements.
// Package stmtcache is a cache for statement descriptions.
package stmtcache
import (