8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a683f commit 06db9ccCopy full SHA for 06db9cc
src/include/utils/jsonb.h
@@ -93,7 +93,7 @@ typedef struct JsonbValue JsonbValue;
93
*
94
* The root node is an exception; it has no parent array or object that could
95
* hold its JEntry. Hence, no JEntry header is stored for the root node. It
96
- * is implicitly known that the the root node must be an array or an object,
+ * is implicitly known that the root node must be an array or an object,
97
* so we can get away without the type indicator as long as we can distinguish
98
* the two. For that purpose, both an array and an object begins with a uint32
99
* header field, which contains an JB_FOBJECT or JB_FARRAY flag. When a naked
0 commit comments