Skip to content

Commit

Permalink
Fix HardHeapLimit name in comment (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Sep 13, 2024
1 parent b631ff1 commit 9638976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func (c *Conn) SoftHeapLimit(n int64) int64 {
return int64(c.call("sqlite3_soft_heap_limit64", uint64(n)))
}

// SoftHeapLimit imposes a hard limit on heap size.
// HardHeapLimit imposes a hard limit on heap size.
//
// https://sqlite.org/c3ref/hard_heap_limit64.html
func (c *Conn) HardHeapLimit(n int64) int64 {
Expand Down

0 comments on commit 9638976

Please sign in to comment.