Skip to content

Commit e95c257

Browse files
authored
Update m-spec-operators.md
1 parent 4a6673e commit e95c257

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

query-languages/m/m-spec-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: M Language Operators
33
description: Describes using operators in the Power Query M formula language
44
ms.topic: conceptual
5-
ms.date: 1/29/2025
5+
ms.date: 2/13/2025
66
ms.custom: "nonautomated-date"
77
ms.subservice: m-specification
88
---
@@ -1267,7 +1267,7 @@ Type compatibility, as supported by the `is` operator, is a subset of [general t
12671267

12681268
* If `x` is null then it is compatible if `y` is the type `any`, the type `null`, or a nullable primitive type.
12691269

1270-
* If `x` is non-null then it is a compatible if the primitive type of `x` is the same as `y`.
1270+
* If `x` is non-null then it is compatible if the primitive type of `x` is the same as `y`.
12711271

12721272
The following holds when evaluating the expression `x is y`:
12731273

0 commit comments

Comments
 (0)