diff --git a/client/login.go b/client/login.go index 5183aa2153407335d716384c3b614f1e28159f3f..610abf77c55f9692e1d5531edf64f7df7fec09f8 100644 --- a/client/login.go +++ b/client/login.go @@ -11,7 +11,7 @@ const ( ) // Login authorizes this API instance against the web API. -// You must call this function before any before any other call, if the web-auth plugin is enabled. +// You must call this function before any other call, if the web-auth plugin is enabled. func (api *GoShimmerAPI) Login(username string, password string) error { res := &webapi_auth.Response{} if err := api.do(http.MethodPost, routeLogin,