Skip to content

Commit 9638976

Browse files
authored
Fix HardHeapLimit name in comment (#152)
1 parent b631ff1 commit 9638976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func (c *Conn) SoftHeapLimit(n int64) int64 {
302302
return int64(c.call("sqlite3_soft_heap_limit64", uint64(n)))
303303
}
304304

305-
// SoftHeapLimit imposes a hard limit on heap size.
305+
// HardHeapLimit imposes a hard limit on heap size.
306306
//
307307
// https://sqlite.org/c3ref/hard_heap_limit64.html
308308
func (c *Conn) HardHeapLimit(n int64) int64 {

0 commit comments

Comments
 (0)