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 6bc710f commit edd8c79Copy full SHA for edd8c79
src/backend/utils/adt/json.c
@@ -301,7 +301,7 @@ makeJsonLexContext(text *json, bool need_escapes)
301
* Publicly visible entry point for the JSON parser.
302
*
303
* lex is a lexing context, set up for the json to be processed by calling
304
- * makeJsonLexContext(). sem is a strucure of function pointers to semantic
+ * makeJsonLexContext(). sem is a structure of function pointers to semantic
305
* action routines to be called at appropriate spots during parsing, and a
306
* pointer to a state object to be passed to those routines.
307
*/
0 commit comments