Skip to content

Commit 99ffa64

Browse files
committed
Clarified a comment
1 parent 63f8a91 commit 99ffa64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

command-interface/completion.dylan

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ define class <command-completion> (<object>)
1414
/* token used to hint the completion, if provided */
1515
constant slot completion-token :: false-or(<command-token>) = #f,
1616
init-keyword: token:;
17-
/* was this completion exhaustive? (if yes then only given options are valid) */
17+
/* was this completion exhaustive?
18+
(if yes then only given complete options are valid) */
1819
constant slot completion-exhaustive? :: <boolean> = #f,
1920
init-keyword: exhaustive?:;
2021
/* actual completion options */

0 commit comments

Comments
 (0)