summaryrefslogtreecommitdiff
path: root/plugins/rpc/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rpc/interface.go')
-rw-r--r--plugins/rpc/interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rpc/interface.go b/plugins/rpc/interface.go
index 683fd2ec..eb6da9af 100644
--- a/plugins/rpc/interface.go
+++ b/plugins/rpc/interface.go
@@ -2,6 +2,6 @@ package rpc
// RPCer declares the ability to create set of public RPC methods.
type RPCer interface {
- // Provides RPC methods for the given service.
+ // RPC Provides methods for the given service.
RPC() interface{}
}