From 50e049517188fcd9bf02bd4219693a462122ac3e Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:34:30 +0200 Subject: [PATCH] Fix typos in changelog files (#125) * fix typos 1.18.0.md * fix typos 1.20.0.md * fix typos 1.21.0.md * fix typos 1.28.0.md --- changelog/1.18.0.md | 2 +- changelog/1.20.0.md | 2 +- changelog/1.21.0.md | 2 +- changelog/1.28.0.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/1.18.0.md b/changelog/1.18.0.md index 610befcdb..c13ad6162 100644 --- a/changelog/1.18.0.md +++ b/changelog/1.18.0.md @@ -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() { diff --git a/changelog/1.20.0.md b/changelog/1.20.0.md index cf8c29e97..81f900556 100644 --- a/changelog/1.20.0.md +++ b/changelog/1.20.0.md @@ -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. diff --git a/changelog/1.21.0.md b/changelog/1.21.0.md index edb46277c..6e433a319 100644 --- a/changelog/1.21.0.md +++ b/changelog/1.21.0.md @@ -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. diff --git a/changelog/1.28.0.md b/changelog/1.28.0.md index b10e5cdbf..f0fa22bbb 100644 --- a/changelog/1.28.0.md +++ b/changelog/1.28.0.md @@ -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.