You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DeveloperGuide.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ Classes used by multiple components are in the `seedu.addressbook.commons` packa
182
182
This section describes some noteworthy details on how certain features are implemented.
183
183
184
184
## Date Format
185
-
DietLAH! uses the following date format for command inputs: `d Mmm yyyy` which is clearer to interpret and reduces the chances of typos. Refer to the table below for more information:
185
+
DietLAH! uses the following date format for command inputs: `dd Mmm yyyy` which is clearer to interpret and reduces the chances of typos. Refer to the table below for more information:
186
186
187
187
Legend | Description
188
188
-------|-------------
@@ -456,13 +456,13 @@ The following activity diagram summarizes what happens when a user executes a `f
456
456
For the user's convenience, there are 3 scenarios for recording food intake.
457
457
458
458
1. Add `FoodIntake` for new `Food` not currently in the `UniqueFoodList`.<br/>
@@ -520,7 +520,7 @@ The following activity diagram summarizes what happens when a user executes a `f
520
520
521
521
The user can update the nutrient values of previously recorded food intakes. At least 1 nutrient value must be provided to be updated and values not provided will remain unchanged.
0 commit comments