Skip to content

Commit e93d482

Browse files
committed
update readme
1 parent 3a222d5 commit e93d482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class MapCollector<K, V> implements Supplier<Collector<Map.Entry<K, V>, ?, Map<K
262262
This can be tested as follows
263263

264264
````java
265-
String[] argv = { "-Xhorse:12", "Xsheep:4" };
265+
String[] argv = { "-Xhorse:12", "-Xsheep:4" };
266266
MyArguments args = MyArguments_Parser.create().parseOrExit(argv);
267267

268268
assertEquals(2, args.headers());

0 commit comments

Comments
 (0)