mirror of https://github.com/mattn/go-sqlite3.git
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
|
// - rwc
|
||||||
// - memory
|
// - memory
|
||||||
//
|
//
|
||||||
// shared
|
// cache
|
||||||
// SQLite Shared-Cache Mode
|
// SQLite Shared-Cache Mode
|
||||||
// https://www.sqlite.org/sharedcache.html
|
// https://www.sqlite.org/sharedcache.html
|
||||||
// Values:
|
// Values:
|
||||||
|
|
Loading…
Reference in New Issue