chore: enhance codebase clarity through systematic terminology corrections (#24976)

This commit is contained in:
bigbear
2025-07-24 14:53:54 +00:00
committed by GitHub
parent 161236e53d
commit 39bec15523
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -643,7 +643,7 @@ type MigrationHandler func(sdk.Context) error
type VersionMap map[string]uint64
// RunMigrations performs in-place store migrations for all modules. This
// function MUST be called insde an x/upgrade UpgradeHandler.
// function MUST be called inside an x/upgrade UpgradeHandler.
//
// Recall that in an upgrade handler, the `fromVM` VersionMap is retrieved from
// x/upgrade's store, and the function needs to return the target VersionMap