update comment

This commit is contained in:
Asim Aslam 2019-07-10 07:56:52 +01:00
parent 9955ed2034
commit 5b565f9f10

View File

@ -39,7 +39,7 @@ type Router interface {
Status() Status
// Stop stops the router
Stop() error
// String returns debug info
// Returns the router implementation
String() string
}