Skip to content

Commit 88d0c52

Browse files
committed
doc
1 parent 4833df8 commit 88d0c52

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

api-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
---
44

55
## jphp-richtextfx-ext
6-
> version 1.2.0, created by JPPM.
6+
> version 1.2.1, created by JPPM.
77
88
RichTextArea for jphp-gui-ext
99

1010
### Install
1111
```
12-
jppm add jphp-richtextfx-ext@1.2.0
12+
jppm add jphp-richtextfx-ext@1.2.1
1313
```
1414

1515
### API

api-docs/README.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
---
44

55
## jphp-richtextfx-ext
6-
> версия 1.2.0, создано с помощью JPPM.
6+
> версия 1.2.1, создано с помощью JPPM.
77
88
RichTextArea for jphp-gui-ext
99

1010
### Установка
1111
```
12-
jppm add jphp-richtextfx-ext@1.2.0
12+
jppm add jphp-richtextfx-ext@1.2.1
1313
```
1414

1515
### АПИ

api-docs/classes/php/gui/UXGenericStyledArea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,5 @@ appendText(string $text, string|null $style): void
192192

193193
### graphicFactory()
194194
```php
195-
graphicFactory(php\gui\callback $callback): void
195+
graphicFactory(callback $callback): void
196196
```

api-docs/classes/php/gui/UXGenericStyledArea.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,5 @@ appendText(string $text, string|null $style): void
192192

193193
### graphicFactory()
194194
```php
195-
graphicFactory(php\gui\callback $callback): void
195+
graphicFactory(callback $callback): void
196196
```

0 commit comments

Comments
 (0)