File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.0.37
1+ 2.0.38
Original file line number Diff line number Diff line change 44 https://github.com/~#VENDOR#~/~#PROJECT#~
55 commit history
66
7- --2026 Nicola Asuni <info@tecnick.com> ~#DATE#~
7+ -- Nicola Asuni <info@tecnick.com> ~#DATE#~
Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ class Constant
3232 /*
3333 * Explicit Directional Embeddings
3434 * -------------------------------
35- * The following characters signal that a piece of text is to be treated as embeded .
35+ * The following characters signal that a piece of text is to be treated as embedded .
3636 * For example, an English quotation in the middle of an Arabic sentence could be marked
37- * as being embeded left-to-right text. If there were a Hebrew phrase in the middle of
38- * the English quotation, that phrase could be marked as being embeded right-to-left text.
37+ * as being embedded left-to-right text. If there were a Hebrew phrase in the middle of
38+ * the English quotation, that phrase could be marked as being embedded right-to-left text.
3939 * Embeddings can be nested one inside another, and in isolates and overrides.
4040 */
4141
4242 /**
4343 * (U+202A) LEFT-TO-RIGHT EMBEDDING
44- * Treat the following text as embeded left-to-right
44+ * Treat the following text as embedded left-to-right
4545 */
4646 public const LRE = 8234 ;
4747
4848 /**
4949 * (U+202B) RIGHT-TO-LEFT EMBEDDING
50- * Treat the following text as embeded right-to-left
50+ * Treat the following text as embedded right-to-left
5151 */
5252 public const RLE = 8235 ;
5353
You can’t perform that action at this time.
0 commit comments