Skip to content

Commit

Permalink
[Cosmetic] Comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbukva committed Aug 10, 2023
1 parent 7269826 commit b48cc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mint/cache/municipal_inflation_cahe.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type MunicipalInflationCache struct {
// As the things stand now from design & impl. perspective:
// 1. This global variable is supposed to be initialised(= its value set)
// just *ONCE* here, at this place,
// 2. This global variable shall *NOT* used anywhere else in the initialisation
// 2. This global variable shall *NOT* be used anywhere else in the initialisation
// context of the *global scope* - e.g. as input for initialisation of
// another global variable, etc. ...
// 3. All *exported* methods of `MunicipalInflationCache` type *ARE* thread safe,
Expand Down

0 comments on commit b48cc8b

Please sign in to comment.