Fix typo in NewSimpleManager() documentation

Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
Michael Vetter 2020-11-29 12:11:40 +01:00
parent 551158e600
commit f0c93f65a2

View file

@ -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