Skip to content
Snippets Groups Projects
Commit 418bb65d authored by Steven Allen's avatar Steven Allen
Browse files

fix doc comment on CommandsROOption


License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 31bb782e
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ func CommandsOption(cctx oldcmds.Context) ServeOption {
return commandsOption(cctx, corecommands.Root)
}
// CommandsOption constructs a ServerOption for hooking the read-only commands
// CommandsROOption constructs a ServerOption for hooking the read-only commands
// into the HTTP server.
func CommandsROOption(cctx oldcmds.Context) ServeOption {
return commandsOption(cctx, corecommands.RootRO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment