Jelajahi Sumber

Fix amv->avm spelling mistake (#1734)

Anan 3 tahun lalu
induk
melakukan
999fc6aaf4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -27,7 +27,7 @@ The minor version will be incremented upon a breaking change and the patch versi
 
 ### Breaking
 
-* avm: `amv install` switches to the newly installed version after installation finishes ([#1670](https://github.com/project-serum/anchor/pull/1670)).
+* avm: `avm install` switches to the newly installed version after installation finishes ([#1670](https://github.com/project-serum/anchor/pull/1670)).
 * spl: Re-export the `spl_token` crate ([#1665](https://github.com/project-serum/anchor/pull/1665)).
 * lang, cli, spl: Update solana toolchain to v1.9.13 ([#1653](https://github.com/project-serum/anchor/pull/1653)).
 * lang: Use fallback function if ix data length smaller than `8` instead of panicking ([#1721](https://github.com/project-serum/anchor/pull/1721)).