Skip to content

Commit b48cc8b

Browse files
committed
[Cosmetic] Comment typo fix
1 parent 7269826 commit b48cc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/mint/cache/municipal_inflation_cahe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type MunicipalInflationCache struct {
2828
// As the things stand now from design & impl. perspective:
2929
// 1. This global variable is supposed to be initialised(= its value set)
3030
// just *ONCE* here, at this place,
31-
// 2. This global variable shall *NOT* used anywhere else in the initialisation
31+
// 2. This global variable shall *NOT* be used anywhere else in the initialisation
3232
// context of the *global scope* - e.g. as input for initialisation of
3333
// another global variable, etc. ...
3434
// 3. All *exported* methods of `MunicipalInflationCache` type *ARE* thread safe,

0 commit comments

Comments
 (0)