From ce5bdc5f6689c255dc5a24626bcc63acd498941c Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Fri, 22 May 2026 14:19:54 +0200 Subject: doc proofreading --- oblast.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oblast.go') 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). -- cgit v1.2.3