Skip to content

Commit c9c0740

Browse files
parlotiRon Petrusha
authored andcommitted
Update DataColumn.xml (#2391)
* Update DataColumn.xml Correction of typing error, which causes the symbol "greater or equal to" be displayed as "equal to". * Escaped additional character
1 parent c497940 commit c9c0740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Data/DataColumn.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,11 +1308,11 @@ DataSet1.Tables("Orders").Columns("OrderCount").Expression = "Count(OrderID)"
13081308
13091309
\<
13101310
1311-
>
1311+
\>
13121312
13131313
\<=
13141314
1315-
>=
1315+
\>=
13161316
13171317
<>
13181318
@@ -2099,4 +2099,4 @@ DataSet1.Tables("Orders").Columns("OrderCount").Expression = "Count(OrderID)"
20992099
</Docs>
21002100
</Member>
21012101
</Members>
2102-
</Type>
2102+
</Type>

0 commit comments

Comments
 (0)