From 618ea73729fe87cc70753086c31405ce9c94017a Mon Sep 17 00:00:00 2001 From: yuxunn Date: Thu, 9 Nov 2023 11:06:20 +0800 Subject: [PATCH] UG --- docs/UserGuide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 6644c693c2c..131985e9055 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -492,7 +492,8 @@ from current date to ensure a follow-up by the user. ```Invalid command format! find: Finds all persons whose names contain any of the specified keywords (case-insensitive) and displays them as a list with index numbers. Parameters: KEYWORD [MORE_KEYWORDS]... -Example: find alice bob charlie``` +Example: find alice bob charlie +```