diff options
Diffstat (limited to 'plugin/backend.go')
-rw-r--r-- | plugin/backend.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/backend.go b/plugin/backend.go index 32443a955..43d07d99c 100644 --- a/plugin/backend.go +++ b/plugin/backend.go @@ -26,7 +26,7 @@ type ServiceBackend interface { // Note: it does not implement a specific service. Records(ctx context.Context, state request.Request, exact bool) ([]msg.Service, error) - // IsNameError return true if err indicated a record not found condition + // IsNameError returns true if err indicated a record not found condition IsNameError(err error) bool Transferer |