doc(oohelper): tweak documentation (#499)
Part of https://github.com/ooni/probe/issues/1733
This commit is contained in:
parent
c54cc73afa
commit
254a5511e9
2 changed files with 4 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ var newfailure = archival.NewFailure
|
|||
// including the empirical CDF of the body size for test lists URLs.
|
||||
const maxAcceptableBody = 1 << 24
|
||||
|
||||
// Handler implements the Web Connectivity test helper HTTP API.
|
||||
// Handler implements the websteps test helper HTTP API.
|
||||
type Handler struct {
|
||||
Config *Config
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue