Skip to content

Commit c39057d

Browse files
committed
Fix typo: build-in -> built-in
1 parent 851ad6a commit c39057d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/vs-code-intellisense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The VS Code IntelliSense provides different types of completions, including lang
3131
|Completion | Type |
3232
| ----- | ------- |
3333
| Keywords | `keyword`
34-
| Functions | `build-in function`, `user defined function` |
34+
| Functions | `built-in function`, `user defined function` |
3535
| Data Set Name| `input`, `output`, `intermediate result set`|
3636
| Data Set Column Name|`input`, `intermediate result set`|
3737

0 commit comments

Comments
 (0)