Skip to content

Commit d04622b

Browse files
Merge pull request #796 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/query-docs (branch main)
2 parents c88d754 + 46dbad1 commit d04622b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

query-languages/m/type-is.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Type.Is(<b>type1</b> as type, <b>type2</b> as type) as logical
1313

1414
## About
1515

16-
Determines if a value of `type1` is always compatible with `type2`.
16+
Determines if a value of `type1` is always compatible with `type2`.
17+
18+
Parameter `type2` should be a primitive (or nullable primitive) type value. Otherwise, this function's behavior is undefined and shouldn't be relied on.
1719

1820
## Example 1
1921

0 commit comments

Comments
 (0)