From 128897b101e0a7bc8621abac746ea99d444d83ae Mon Sep 17 00:00:00 2001 From: John Naylor Date: Wed, 29 Jan 2025 14:28:20 +0700 Subject: Fix grammatical typos around possessive "its" Some places spelled it "it's", which is short for "it is". In passing, fix a couple other nearby grammatical errors. Author: Jacob Brazeal Discussion: https://postgr.es/m/CA+COZaAO8g1KJCV0T48=CkJMjAnnfTGLWOATz+2aCh40c2Nm+g@mail.gmail.com --- src/backend/utils/adt/jsonpath_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/adt/jsonpath_exec.c') diff --git a/src/backend/utils/adt/jsonpath_exec.c b/src/backend/utils/adt/jsonpath_exec.c index 960fdec3dba..dbab24737ef 100644 --- a/src/backend/utils/adt/jsonpath_exec.c +++ b/src/backend/utils/adt/jsonpath_exec.c @@ -77,7 +77,7 @@ #include "utils/timestamp.h" /* - * Represents "base object" and it's "id" for .keyvalue() evaluation. + * Represents "base object" and its "id" for .keyvalue() evaluation. */ typedef struct JsonBaseObjectInfo { -- cgit v1.2.3