We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7269826 commit b48cc8bCopy full SHA for b48cc8b
x/mint/cache/municipal_inflation_cahe.go
@@ -28,7 +28,7 @@ type MunicipalInflationCache struct {
28
// As the things stand now from design & impl. perspective:
29
// 1. This global variable is supposed to be initialised(= its value set)
30
// just *ONCE* here, at this place,
31
-// 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
32
// context of the *global scope* - e.g. as input for initialisation of
33
// another global variable, etc. ...
34
// 3. All *exported* methods of `MunicipalInflationCache` type *ARE* thread safe,
0 commit comments