Fix a typo in release notes

This commit is contained in:
1024jp 2020-05-17 13:31:38 +09:00
parent 2b253b0dd1
commit e3fa706309
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Change Log
### Improvements
- [trivial] Omit surrogate pair code points in the character inspector if the chraracter consists of multiple Unicode characters.
- [trivial] Omit surrogate pair code points in the character inspector if the character consists of multiple Unicode characters.
### Fixes

View File

@ -57,7 +57,7 @@
<li>Adjust the visible area after unwrapping lines in RTL text mode.</li>
<li>Update help content.</li>
<li><span class="trivial">trivial</span>: Rename “Auto-Detect,” the option detecting the file encoding automatically, to “Automatic.”</li>
<li><span class="trivial">trivial</span>: Omit surrogate pair code points in the character inspector if the chraracter consists of multiple Unicode characters.</li>
<li><span class="trivial">trivial</span>: Omit surrogate pair code points in the character inspector if the character consists of multiple Unicode characters.</li>
<li><span class="trivial">trivial</span>: Update some labels in the Format pane.</li>
<li><span class="trivial">trivial</span>: Display default values as the input field's placeholder for window size setting when empty.</li>
<li><span class="trivial">trivial</span>: Make the identifier for document autosaving longer.</li>