Fix typos in release notes

This commit is contained in:
1024jp 2023-03-11 13:12:33 +09:00
parent 529d61bbaf
commit 9a50480808
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ Change Log
### New Features
- Add a new scope “syntax style” to the snippet feature to perform snippets only in a specific sytnax style.
- Add a new variable “selection” to the snippet feature to place the current selected text to the inserted text.
- Add a new scope “syntax style” to the snippet feature to perform snippets only in a specific syntax style.
- Add a new variable “selection” to the snippet feature to place the currently selected text to the inserted text.
### Fixes

View File

@ -27,8 +27,8 @@
<ul>
<li>Renew the snippets feature to enable naming it, changing the order, and performing from the menu.</li>
<li>Add the Insert Snippet submenu to the Text menu.</li>
<li>Add a new scope “syntax style” to the snippet feature to perform snippets only in a specific sytnax style.</li>
<li>Add a new variable “selection” to the snippet feature to place the current selected text to the inserted text.</li>
<li>Add a new scope “syntax style” to the snippet feature to perform snippets only in a specific syntax style.</li>
<li>Add a new variable “selection” to the snippet feature to place the currently selected text to the inserted text.</li>
<li>Enable the character inspector to inspect more information about each Unicode scalar that makes up a character.</li>
</ul>
</section>