swift-server / swift-prometheus

Prometheus client library for Swift
https://swiftpackageindex.com/swift-server/swift-prometheus
Apache License 2.0
142 stars 30 forks source link

Fixed missing '&' for inout parameter in Docs #114

Open andresfigueira opened 3 months ago

andresfigueira commented 3 months ago

Updated the emit call to pass the buffer as an inout parameter using &buffer.

FranzBusch commented 3 months ago

@swift-server-bot add to allowlist

FranzBusch commented 3 months ago

@swift-server-bot test this please