Skip to content

Commit 4f7bfe4

Browse files
committed
FIXUP: grammar in a function doc comment
1 parent 1f4358d commit 4f7bfe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/controller/postgrescluster/postgres.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ import (
4141
"github.com/crunchydata/postgres-operator/pkg/apis/postgres-operator.crunchydata.com/v1beta1"
4242
)
4343

44-
// generatePostgresParameters produces a single parameter set that incorporates,
45-
// from highest to lowest precedence:
44+
// generatePostgresParameters produces the parameter set for cluster that
45+
// incorporates, from highest to lowest precedence:
4646
// 1. mandatory values determined by controllers
4747
// 2. parameters in cluster.spec.config.parameters
4848
// 3. parameters in cluster.spec.patroni.dynamicConfiguration

0 commit comments

Comments
 (0)