forked from mirror/go-sqlcipher
fix typo in doc comment (#770)
This commit is contained in:
parent
b4f5cc77d1
commit
53cff3fceb
|
@ -913,7 +913,7 @@ func (c *SQLiteConn) begin(ctx context.Context) (driver.Tx, error) {
|
|||
// - rwc
|
||||
// - memory
|
||||
//
|
||||
// shared
|
||||
// cache
|
||||
// SQLite Shared-Cache Mode
|
||||
// https://www.sqlite.org/sharedcache.html
|
||||
// Values:
|
||||
|
|
Loading…
Reference in New Issue