Skip to content

Commit 34f9c32

Browse files
committed
remove typo year
1 parent 3bdacbb commit 34f9c32

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.37
1+
2.0.38

resources/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
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#~

src/Constant.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)