Skip to content

Commit 4da481b

Browse files
committed
Fix documentation
1 parent 7825fda commit 4da481b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ poEditor {
6161
}
6262
```
6363

64+
</details>
65+
6466
## [4.1.2] - 2023-12-11
6567
### Fixed
6668
- Fix default resource file name constant value.

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,8 @@ poEditor {
633633
}
634634
```
635635

636+
</details>
637+
636638
Keep in mind that the regex must match the whole string name and not just a part, as it relies on
637639
[`CharSequence.matches(Regex)`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/matches.html) from the
638640
Kotlin API.

0 commit comments

Comments
 (0)