diff options
author | Wolfy-J <[email protected]> | 2020-10-28 14:41:32 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-10-28 14:41:32 +0300 |
commit | a8e31d57147252b0ef28237bf3094d7f5af01f5e (patch) | |
tree | 8601392eeca008c99e453da11133302f51970764 /plugins/rpc | |
parent | 30bfcc3e4852d87bb9fe17ff134b0a7ece1fcae0 (diff) |
- fix cfg comment
Diffstat (limited to 'plugins/rpc')
-rwxr-xr-x | plugins/rpc/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rpc/config.go b/plugins/rpc/config.go index 1a599695..802ed5ba 100755 --- a/plugins/rpc/config.go +++ b/plugins/rpc/config.go @@ -8,7 +8,7 @@ import ( "github.com/spiral/roadrunner/v2/util" ) -// Config defines RPC service cfg. +// Config defines RPC service config. type Config struct { // Listen string Listen string |