Skip to content

Commit c401d30

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/patroni/postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/crunchydata/postgres-operator/pkg/apis/postgres-operator.crunchydata.com/v1beta1"
1313
)
1414

15-
// PostgresParameters returns the parameters specified in spec, if any.
15+
// PostgresParameters returns the Postgres parameters in spec, if any.
1616
func PostgresParameters(spec *v1beta1.PatroniSpec) *postgres.ParameterSet {
1717
result := postgres.NewParameterSet()
1818

0 commit comments

Comments
 (0)