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: docs/modules.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ <h1>Modules</h1>
423
423
<p><spanclass="label function">isOctDigit</span> checks whether a character is an octal digit.</p>
424
424
<p><spanclass="label function">isHexDigit</span> checks whether a character is a hex digit.</p>
425
425
<p><spanclass="label function">isLetter</span> checks whether a character is a letter.</p>
426
-
<p><spanclass="label function">isMark</span> checks for Unicode mark characters. Those are characters that combine with preceding letters to form latters with accents. Use this if you are French.</p>
426
+
<p><spanclass="label function">isMark</span> checks for Unicode mark characters. Those are characters that combine with preceding letters to form letters with accents. Use this if you are French.</p>
427
427
<p><spanclass="label function">isNumber</span> checks whether a character is numeric.</p>
428
428
<p><spanclass="label function">isPunctuation</span> checks whether a character is punctuation.</p>
429
429
<p><spanclass="label function">isSymbol</span> checks whether a character is a fancy mathematical or currency symbol.</p>
0 commit comments