From 9204e66e302af77f805bd09f5a064d3641868832 Mon Sep 17 00:00:00 2001 From: jessica2828 Date: Mon, 11 Nov 2024 07:55:46 +0800 Subject: [PATCH] Update UG accordingly --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 83f75151e3b..75b8ad8e94f 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -278,7 +278,7 @@ filter [KEYWORD_PREFIX] [MORE_KEYWORDS] * **For filtering by Module:** * Use prefix `m/`. - * Partial matching is supported, allowing users to input parts of module codes. e.g. `m/CS21` will match modules like "CS2103T" and "CS2101." + * Only full module codes will be matched, e.g. `m/CS2103T` will match the module "CS2103T", and not `m/CS21`.