Skip to content

Commit

Permalink
Merge pull request #364 from skylee03/docs
Browse files Browse the repository at this point in the history
Replace 'command' with `command` in DG
  • Loading branch information
skylee03 authored Nov 14, 2023
2 parents 09f33aa + e693e34 commit 12cf8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,13 +646,13 @@ Developers are expected to conduct more extensive tests.
is greater than the value of weekly diet goal.
2. Listing diet goals
* Test case 1:
* 'list-diet-goal' lists all the diet goals that are created and present in the diet goal records.
* `list-diet-goal` lists all the diet goals that are created and present in the diet goal records.
3. Deleting diet goals
* Test case 1:
* There is one diet goal present in the diet goal records.
* `delete-diet-goal 1` removes the goal from the diet goal records.
* Test case 2:
* 'delete-diet-goal' without any index to delete the goal or non-positive integers provided
* `delete-diet-goal` without any index to delete the goal or non-positive integers provided
or the value is greater than the number of diet goals present in the diet goal records, error will be thrown.
4. Editing diet goals
* This is similar to setting diet goal, but the goal is required to be in the diet goals record first.
Expand Down

0 comments on commit 12cf8bb

Please sign in to comment.