You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ calling a function will be undefined if:
171
171
|`TypeOf(x)`| Returns a string describing the type of expression `x`: a .NET type name if `x` is scalar and non-null, or, `'array'`, `'object'`, `'dictionary'`, `'null'`, or `'undefined'`. |
172
172
|`Undefined()`| Explicitly mark an undefined value. |
173
173
174
-
Functions that compare text accept an optional post-fix`ci` modifier to select case-insensitive comparisons:
174
+
Functions that compare text accept an optional postfix`ci` modifier to select case-insensitive comparisons:
0 commit comments