Skip to content

Commit 66afe4f

Browse files
committed
[lib] Fixed a documentation typo in script classifier
1 parent badfa2f commit 66afe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tehreer-android/src/main/java/com/mta/tehreer/unicode/ScriptClassifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class ScriptClassifier {
4040
*
4141
* @param text The text whose script classification is desired.
4242
*
43-
* @throw NullPointerException if <code>text</code> is null.
43+
* @throws NullPointerException if <code>text</code> is null.
4444
*/
4545
public ScriptClassifier(String text) {
4646
if (text == null) {

0 commit comments

Comments
 (0)