We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badfa2f commit 66afe4fCopy full SHA for 66afe4f
tehreer-android/src/main/java/com/mta/tehreer/unicode/ScriptClassifier.java
@@ -40,7 +40,7 @@ public class ScriptClassifier {
40
*
41
* @param text The text whose script classification is desired.
42
43
- * @throw NullPointerException if <code>text</code> is null.
+ * @throws NullPointerException if <code>text</code> is null.
44
*/
45
public ScriptClassifier(String text) {
46
if (text == null) {
0 commit comments