Skip to content

Commit 6b2bc88

Browse files
authored
Fix listing typo (#130)
The paragraph lists a couple of options and expands information on each element. However, the following explanation lists the first element, the first, the third, and the last, whereas the logic of the discussion aims to explain the listing as first, second, third, and last elements.
1 parent 5fd2470 commit 6b2bc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/overview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ desc.add_options()
187187
</programlisting>
188188
For the first parameter, we specify only the name and the
189189
description. No value can be specified in the parsed source.
190-
For the first option, the user must specify a value, using a single
190+
For the second option, the user must specify a value, using a single
191191
token. For the third option, the user may either provide a single token
192192
for the value, or no token at all. For the last option, the value can
193193
span several tokens. For example, the following command line is OK:

0 commit comments

Comments
 (0)