diff --git a/functions-and-operators/json-functions/json-functions-return.md b/functions-and-operators/json-functions/json-functions-return.md index ed0aff6eb3520..7e1aa30358d6a 100644 --- a/functions-and-operators/json-functions/json-functions-return.md +++ b/functions-and-operators/json-functions/json-functions-return.md @@ -17,7 +17,7 @@ In the following example, `JSON_DEPTH()` returns `3` because there are three lev - root (`$`) - weather (`$.weather`) -- weather current (`$.weather.sunny`) +- weather current (`$.weather.current`) ```sql SELECT JSON_DEPTH('{"weather": {"current": "sunny"}}');