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
@@ -185,7 +185,7 @@ Classes used by multiple components are in the `seedu.address.commons` package.
185
185
This section describes some noteworthy details on how certain features are implemented.
186
186
187
187
## Date Format
188
-
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:
188
+
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:
189
189
190
190
Legend | Description
191
191
-------|-------------
@@ -459,13 +459,13 @@ The following activity diagram summarizes what happens when a user executes a `f
459
459
For the user's convenience, there are 3 scenarios for recording food intake.
460
460
461
461
1. Add `FoodIntake` for new `Food` not currently in the `UniqueFoodList`.<br/>
@@ -523,7 +523,7 @@ The following activity diagram summarizes what happens when a user executes a `f
523
523
524
524
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