Skip to content

Commit

Permalink
Fix typos in changelog files (#125)
Browse files Browse the repository at this point in the history
* fix typos 1.18.0.md

* fix typos 1.20.0.md

* fix typos 1.21.0.md

* fix typos 1.28.0.md
  • Loading branch information
nnsW3 authored Dec 14, 2023
1 parent 1eb75a7 commit 50e0495
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog/1.18.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module 0x1::M {
}
```

* Added type checking for the right hand side of assigment statements
* Added type checking for the right hand side of assignment statements
```move
module 0x1::M {
fun main() {
Expand Down
2 changes: 1 addition & 1 deletion changelog/1.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aptos move test --filter module_name::function_name

* Allow spaces inside `public(friend)` function modifier.

* Fix caching issue that lead to undeterministic type checking in some cases.
* Fix caching issue that lead to indeterministic type checking in some cases.

* Fix "unused parameter" error on native functions.

Expand Down
2 changes: 1 addition & 1 deletion changelog/1.21.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

![default_project](./static/default_project.png)

* Allow diabling Aptos telemetry in all Run Configurations by default.
* Allow disabling Aptos telemetry in all Run Configurations by default.

* Allow to execute tests for a file with one test module and multiple non-test modules.

Expand Down
2 changes: 1 addition & 1 deletion changelog/1.28.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

## Other

* Now there's two modes in the IDE: "user mode" and "debug mode". In "user mode" (default) many fallbacks enabled to prevent
* Now there's two modes in the IDE: "user mode" and "debug mode". In "user mode" (default) many fallbacks are enabled to prevent
crashing the plugin, and avoid false-positive errors. "debug mode" is enabled from the plugin settings and
eases bug reports.

0 comments on commit 50e0495

Please sign in to comment.