Skip to content

Commit 8dbf868

Browse files
committed
[lib] Added overview of script run class
1 parent 33aa054 commit 8dbf868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
package com.mta.tehreer.unicode;
1818

19+
/**
20+
* A <code>ScriptRun</code> object represents a sequence of characters which have the same script.
21+
*/
1922
public class ScriptRun {
2023
/**
2124
* The index to the first character of this run in source text.

0 commit comments

Comments
 (0)