Skip to content

Commit 086fa7d

Browse files
authored
Fix typo
in description of 'isMark'
1 parent 1615254 commit 086fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ <h1>Modules</h1>
423423
<p><span class="label function">isOctDigit</span> checks whether a character is an octal digit.</p>
424424
<p><span class="label function">isHexDigit</span> checks whether a character is a hex digit.</p>
425425
<p><span class="label function">isLetter</span> checks whether a character is a letter.</p>
426-
<p><span class="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><span class="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>
427427
<p><span class="label function">isNumber</span> checks whether a character is numeric.</p>
428428
<p><span class="label function">isPunctuation</span> checks whether a character is punctuation.</p>
429429
<p><span class="label function">isSymbol</span> checks whether a character is a fancy mathematical or currency symbol.</p>

0 commit comments

Comments
 (0)