Skip to content

Commit

Permalink
chores: removed typo, corrected grammatical error (#20110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyse authored Apr 21, 2024
1 parent bd1701f commit f31a6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The version matrix below shows which versions of the Cosmos SDK, modules and lib

#### Core Dependencies

Core Dependencies are the core libraries that a application may depend on.
Core Dependencies are the core libraries that an application may depend on.

> Note: the ❌ signals that the version of the Cosmos SDK does not need to import the dependency.
Expand Down
2 changes: 1 addition & 1 deletion telemetry/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func SetGaugeWithLabels(keys []string, val float32, labels []metrics.Label) {
metrics.SetGaugeWithLabels(keys, val, append(labels, globalLabels...))
}

// MeasureSince provides a wrapper functionality for emitting a a time measure
// MeasureSince provides a wrapper functionality for emitting a time measure
// metric with global labels (if any).
func MeasureSince(start time.Time, keys ...string) {
if !IsTelemetryEnabled() {
Expand Down

0 comments on commit f31a6a3

Please sign in to comment.