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 e2fe1e5 commit c56eac9Copy full SHA for c56eac9
README.md
@@ -50,7 +50,7 @@ counter.reset() // Set the value back to 0
50
51
## Gauge
52
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.
+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.
54
55
```swift
56
let gauge = myProm.createGauge(forType: Int.self, named: "my_gauge")
0 commit comments