aboutsummaryrefslogtreecommitdiff
path: root/oblast.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-05-22 14:19:54 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-05-22 14:19:54 +0200
commitce5bdc5f6689c255dc5a24626bcc63acd498941c (patch)
tree7c7a5f923a7706fa0d5d1866957f9005e2ae931c /oblast.go
parent764eaf643e323b92a616fc8e6a193855bb43d905 (diff)
downloadgo-oblast-ce5bdc5f6689c255dc5a24626bcc63acd498941c.tar.gz
doc proofreading
Diffstat (limited to 'oblast.go')
-rw-r--r--oblast.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/oblast.go b/oblast.go
index 78b498f..00aaa3f 100644
--- a/oblast.go
+++ b/oblast.go
@@ -112,7 +112,7 @@ var (
_ driver.NamedValueChecker = nil
)
-// PlanOption is an option that can be given to NewStore() to influence query planning for a certain type of record.
+// PlanOption is an option that can be given to [NewStore] to influence query planning for a certain type of record.
type PlanOption func(*planOpts)
// TableNameIs is a PlanOption for record types that correspond to exactly one database table (as opposed to a join of multiple tables).