Skip to content

Commit b0081ef

Browse files
committed
chore(options): fix incorrect comment about values
1 parent d9c0dc9 commit b0081ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub trait OptionsRepresentable {
9696
let maybe_next = iterator.peek();
9797

9898
// If the next value isn't another option, set the value to the next value.
99-
// Otherwise, it is an empty string.
99+
// Otherwise, it is None.
100100
value = if let Some(next) = maybe_next
101101
&& !next.starts_with("--")
102102
{

0 commit comments

Comments
 (0)