Skip to content

Commit c8eefaf

Browse files
committed
Fix typo
1 parent bd5d6be commit c8eefaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Functions/Text/Text.ContainsAny.pq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let
3434
],
3535
[
3636
Description = " Comparison can be done using a case-insenitive comparer. ",
37-
Code = " Text.ContainsAny(""Hello World!"", {""hello"", ""kitty""}, Comparer.OrdinalIgnorCase ) ",
37+
Code = " Text.ContainsAny(""Hello World!"", {""hello"", ""kitty""}, Comparer.OrdinalIgnoreCase ) ",
3838
Result = " TRUE "
3939
]
4040
}

0 commit comments

Comments
 (0)