Skip to content

Commit

Permalink
Merge pull request AY2324S2-CS2103-F15-2#49 from gowthaman-01/master
Browse files Browse the repository at this point in the history
Fix example Grade in ADD_COMMAND usage instructions
  • Loading branch information
AL-ZT authored Mar 19, 2024
2 parents 41cfa19 + a0a08b6 commit 3661284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/logic/commands/AddCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class AddCommand extends Command {
+ PREFIX_PHONE + "98765432 "
+ PREFIX_EMAIL + "johnd@example.com "
+ PREFIX_ADDRESS + "311, Clementi Ave 2, #02-25 "
+ PREFIX_GRADE + "4.0 "
+ PREFIX_GRADE + "A "
+ PREFIX_SUBJECT + "Mathematics "
+ PREFIX_TAG + "friends "
+ PREFIX_TAG + "owesMoney";
Expand Down

0 comments on commit 3661284

Please sign in to comment.