Skip to content

Commit 7d16320

Browse files
authored
Update README.md
1 parent 03005b5 commit 7d16320

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
@@ -92,7 +92,7 @@ public class Medicine extends Product {
9292
```java
9393
Food food = (Food) FixedParser
9494
.parser()
95-
.parse(Product.class, "00001Dragon Food 09/30/2020fruit ");
95+
.parse(Product.class, "00001Dragon Fruit 09/30/2020fruit ");
9696

9797
Medicine medicine = (Medicine) FixedParser
9898
.parser()

0 commit comments

Comments
 (0)