Skip to content

Commit c56eac9

Browse files
committed
speedometer
1 parent e2fe1e5 commit c56eac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ counter.reset() // Set the value back to 0
5050

5151
## Gauge
5252

53-
Gauges can go up and down, they represent a "point-in-time" snapshot of a value. This is similar to the sppedometer of a car.
53+
Gauges can go up and down, they represent a "point-in-time" snapshot of a value. This is similar to the speedometer of a car.
5454

5555
```swift
5656
let gauge = myProm.createGauge(forType: Int.self, named: "my_gauge")

0 commit comments

Comments
 (0)