diff options
Diffstat (limited to 'plugins/server/config.go')
-rw-r--r-- | plugins/server/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/server/config.go b/plugins/server/config.go index a4b0d91c..00ce4140 100644 --- a/plugins/server/config.go +++ b/plugins/server/config.go @@ -4,7 +4,7 @@ import ( "time" ) -// All config (.rr.yaml) +// Config All config (.rr.yaml) // For other section use pointer to distinguish between `empty` and `not present` type Config struct { // Server config section |