Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joutvhu authored Jan 18, 2021
1 parent 03005b5 commit 7d16320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class Medicine extends Product {
```java
Food food = (Food) FixedParser
.parser()
.parse(Product.class, "00001Dragon Food 09/30/2020fruit ");
.parse(Product.class, "00001Dragon Fruit 09/30/2020fruit ");

Medicine medicine = (Medicine) FixedParser
.parser()
Expand Down

0 comments on commit 7d16320

Please sign in to comment.