Fix typo in NewSimpleManager() documentation
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
parent
551158e600
commit
f0c93f65a2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ type Manager interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewSimpleManager returns an instance of
|
// NewSimpleManager returns an instance of
|
||||||
// Manger which only maps endpoints to challenges
|
// Manager which only maps endpoints to challenges
|
||||||
// based on the responses which have been added the
|
// based on the responses which have been added the
|
||||||
// manager. The simple manager will make no attempt to
|
// manager. The simple manager will make no attempt to
|
||||||
// perform requests on the endpoints or cache the responses
|
// perform requests on the endpoints or cache the responses
|
||||||
|
|
Loading…
Reference in a new issue