Skip to content

Commit e7c0188

Browse files
authored
pencil edit
1 parent 8d1dae6 commit e7c0188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-stream-analytics-query-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Use the **LIKE** statement to check the **License_plate** field value. It should
182182

183183
## Specify logic for different cases/values (CASE statements)
184184

185-
**CASE** statements can provide different computations for different fields, based on particular criterions. For example, assign lane 'A' to cars of *Make1* and lane 'B' to any other make.
185+
**CASE** statements can provide different computations for different fields, based on particular criterion. For example, assign lane 'A' to cars of *Make1* and lane 'B' to any other make.
186186

187187
**Input**:
188188

0 commit comments

Comments
 (0)