From 8582de0edc676509f189181b1253c73a8412b7ae Mon Sep 17 00:00:00 2001 From: TianYong-Goh Date: Tue, 20 Oct 2020 21:59:47 +0800 Subject: [PATCH] Solve CI --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index ab6f454c353..6eb45ec045d 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -152,7 +152,7 @@ The following sequence diagram shows how the undo operation works: ### Eat recipe feature Eat Recipe feature is used to record the user daily consumption. This feature will work with list consumption -feature to output the total calories' user ate. +feature to output the total calories' user ate . #### Implementation Substitutability is used in Command and Parser: