diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-05-22 14:19:54 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-05-22 14:19:54 +0200 |
| commit | ce5bdc5f6689c255dc5a24626bcc63acd498941c (patch) | |
| tree | 7c7a5f923a7706fa0d5d1866957f9005e2ae931c /oblast.go | |
| parent | 764eaf643e323b92a616fc8e6a193855bb43d905 (diff) | |
| download | go-oblast-ce5bdc5f6689c255dc5a24626bcc63acd498941c.tar.gz | |
doc proofreading
Diffstat (limited to 'oblast.go')
| -rw-r--r-- | oblast.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |
