We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta3d2b1b commit7390b64Copy full SHA for 7390b64
src/backend/utils/adt/jsonfuncs.c
@@ -4922,7 +4922,7 @@ setPath(JsonbIterator **it, Datum *path_elems,
4922
caseWJB_BEGIN_ARRAY:
4923
4924
/*
4925
- * If instructed complain about attempts to replacewhithin a raw
+ * If instructed complain about attempts to replacewithin a raw
4926
* scalar value. This happens even when current level is equal to
4927
* path_len, because the last path key should also correspond to
4928
* an object or an array, not raw scalar.
@@ -4954,7 +4954,7 @@ setPath(JsonbIterator **it, Datum *path_elems,
4954
caseWJB_VALUE:
4955
4956
4957
- * If instructed complain about attempts to replacewhithin a
+ * If instructed complain about attempts to replacewithin a
4958
4959
4960
* an object or an array, not an element or value.