Skip to content

Commit a1a9d14

Browse files
authored
fix typo
1 parent 65fdfa7 commit a1a9d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/machine-learning-udf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following JSON is an example request:
106106

107107
You can use the `WITH` clause to create a JSON serialized DataFrame that can be passed as input to your Azure Machine Learning UDF as shown below.
108108

109-
The following query creates a DataFrame by selectng the necessary fields and uses the DataFrame as input to the Azure Machine Learning UDF.
109+
The following query creates a DataFrame by selecting the necessary fields and uses the DataFrame as input to the Azure Machine Learning UDF.
110110

111111
```SQL
112112
WITH

0 commit comments

Comments
 (0)