From b384ee838f246efe52d6a6c58b55e7694ffd25ae Mon Sep 17 00:00:00 2001 From: vama-tg <156010229+vama-tg@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:54:53 -0400 Subject: [PATCH] fixing minor typo --- modules/querying/pages/data-types.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/querying/pages/data-types.adoc b/modules/querying/pages/data-types.adoc index 2d7ba43b..95aaf08f 100644 --- a/modules/querying/pages/data-types.adoc +++ b/modules/querying/pages/data-types.adoc @@ -324,7 +324,7 @@ No operator is allowed to alter its value. ==== Assign a `JSONOBJECT` value to a base type variable There is no `JSONOBJECT` literal in the GSQL query language. -Therefore, to assign value to a `JSONOBJECT` base type variable in GSQL, you need to use the `parse_json_object()` function to convert a string representation of s JSON object to a `JSONOBJECT` value. +Therefore, to assign value to a `JSONOBJECT` base type variable in GSQL, you need to use the `parse_json_object()` function to convert a string representation of a JSON object to a `JSONOBJECT` value. For example, the following line declares a variable `han` with a `JSONOBJECT` value: @@ -665,4 +665,4 @@ parameterType := INT For how to run a query, see * xref:querying:query-operations.adoc#_query_parameters[Parameters when running a query in the GSQL CLI]. -* xref:{page-component-version}@tigergraph-server:API:gsql-endpoints.adoc#_format_for_parameters_of_query_being_run[Parameters when running a query as a REST endpoint]. \ No newline at end of file +* xref:{page-component-version}@tigergraph-server:API:gsql-endpoints.adoc#_format_for_parameters_of_query_being_run[Parameters when running a query as a REST endpoint].