Skip to content

Commit 060a985

Browse files
committed
docs: Missed a s/string/Result. [skip ci]
1 parent f969c9d commit 060a985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MetricGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class RequestCounter : Counter
1919
{
2020
[BosunTag]
2121
public readonly Result Result;
22-
public RequestCounter(string result) { Result = result; }
22+
public RequestCounter(Result result) { Result = result; }
2323
}
2424
```
2525

0 commit comments

Comments
 (0)