Fix a typo in release notes

This commit is contained in:
1024jp 2017-08-15 13:04:56 +09:00
parent f212831eee
commit 6ab5339561
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ develop
### Fixes
- Fix an issue where the File Drop settings could't be saved.
- Fix an issue where the File Drop settings couldn't be saved.
- Fix an issue where the regular expression didn't handle `\v` metacharacter correctly.
- Fix an issue where the selection of encoding menu in toolbar didn't restore to the previous one when encoding reinterpretation was failed.
- Address an issue where the application could crash on document saving or text replacement.

View File

@ -49,7 +49,7 @@
<h3>Fixes</h3>
<ul>
<li>Fix an issue where the File Drop settings could't be saved.</li>
<li>Fix an issue where the File Drop settings couldn't be saved.</li>
<li>Fix an issue where the regular expression didn't handle <code>\v</code> metacharacter correctly.</li>
<li>Fix an issue where the selection of encoding menu in toolbar didn't restore to the previous one when encoding reinterpretation was failed.</li>
<li>Address an issue where the application could crash on document saving or text replacement.</li>