mirror of
https://github.com/prometheus/prometheus
synced 2024-12-24 15:32:48 +00:00
Fix minor typo
This commit is contained in:
parent
888c77cb06
commit
0c537d6af6
@ -31,7 +31,7 @@ const (
|
||||
type (
|
||||
// Closer is the interface that wraps the Close method.
|
||||
Closer interface {
|
||||
// Close reaps the underlying directory and its children. The directory
|
||||
// Close reaps the underlying directory and its children. The directory
|
||||
// could be deleted by its users already.
|
||||
Close()
|
||||
}
|
||||
@ -59,7 +59,7 @@ type (
|
||||
}
|
||||
|
||||
// T implements the needed methods of testing.TB so that we do not need
|
||||
// to actually import testing (which has the side affect of adding all
|
||||
// to actually import testing (which has the side effect of adding all
|
||||
// the test flags, which we do not want in non-test binaries even if
|
||||
// they make use of these utilities for some reason).
|
||||
T interface {
|
||||
|
Loading…
Reference in New Issue
Block a user