Skip to content

Commit 1a85ea8

Browse files
committed
Improve clarity in Child Commands
1 parent 010f93e commit 1a85ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/plugin/commands/childcommands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Fallback Behavior
5252
=================
5353

5454
If a command has child commands, a :javadoc:`CommandExecutor`, set through
55-
:javadoc:`Builder#executor(CommandExecutor)` and the parameters for the executor are set to optional.
55+
:javadoc:`Builder#executor(CommandExecutor)`, and the parameters for the executor become optional.
5656

5757
What happens with errors in selection and argument parsing of child commands is dependent on whether this parent
5858
executor exists. If a parent executor has not been set, and if the requested child command could not be found or the

0 commit comments

Comments
 (0)