Skip to content

Commit 1a43d25

Browse files
committed
Fixed callout in README.adoc
1 parent cd1737b commit 1a43d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Add an one-arg option argument to a mutable collection of `String`s.
511511
Apply an _n_-arg option to a (setter) method with _n_ parameters of type `String`.
512512
<7> link:de.tototec.cmdoption/src/main/java/de/tototec/cmdoption/handler/LongHandler.java[`LongHandler`] --
513513
Apply an one-arg option to a `Long` or `long` field or method.
514-
<8>link:de.tototec.cmdoption/src/main/java/de/tototec/cmdoption/handler/LongHandler.java[`LongHandler`] --
514+
<8> link:de.tototec.cmdoption/src/main/java/de/tototec/cmdoption/handler/LongHandler.java[`LongHandler`] --
515515
Apply an one-arg option to a `Integer` or `int` field or method.
516516
<9> link:de.tototec.cmdoption/src/main/java/de/tototec/cmdoption/handler/EnumHandler.java[`EnumHandler`] --
517517
Parse a Sting to a Enum of the expected type and applies it to a field or a one-arg method.

0 commit comments

Comments
 (0)