aboutsummaryrefslogtreecommitdiff
path: root/oblast.go
diff options
context:
space:
mode:
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).