Skip to content

Commit e285ebc

Browse files
committed
spell
1 parent 0698920 commit e285ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-parsing-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Record data types are used to represent JSON and Avro arrays when corresponding
6767
```
6868

6969
## Examples
70-
Use dot notation (.) to access nested fields. For example, this query selects the Lat and Long coordinates under the Location property in the preceding JSON data:
70+
Use dot notation (.) to access nested fields. For example, this query selects the Latitude and Longitude coordinates under the Location property in the preceding JSON data:
7171

7272
```SQL
7373
SELECT

0 commit comments

Comments
 (0)