aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2022-03-31 15:27:09 -0400
committerAndrew Dunstan <andrew@dunslane.net>2022-03-31 15:45:25 -0400
commit9f91344223aad903ff70301f40183691a89f6cd4 (patch)
tree6677c0ec0a118aa2f98cc60a6eeb3b86c6d16f3b /src/backend/parser/parse_expr.c
parent49082c2cc3d8167cca70cfe697afb064710828ca (diff)
downloadpostgresql-9f91344223aad903ff70301f40183691a89f6cd4.tar.gz
postgresql-9f91344223aad903ff70301f40183691a89f6cd4.zip
Fix comments with "a expression"
Diffstat (limited to 'src/backend/parser/parse_expr.c')
-rw-r--r--src/backend/parser/parse_expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/parse_expr.c b/src/backend/parser/parse_expr.c
index 31f0c9f693d..911f355460b 100644
--- a/src/backend/parser/parse_expr.c
+++ b/src/backend/parser/parse_expr.c
@@ -4251,7 +4251,7 @@ transformJsonFuncExprOutput(ParseState *pstate, JsonFuncExpr *func,
}
/*
- * Coerce a expression in JSON DEFAULT behavior to the target output type.
+ * Coerce an expression in JSON DEFAULT behavior to the target output type.
*/
static Node *
coerceDefaultJsonExpr(ParseState *pstate, JsonExpr *jsexpr, Node *defexpr)