From 6663e418c9297cb8894d5c1860969744aa8135b9 Mon Sep 17 00:00:00 2001 From: TianaiYan Date: Mon, 11 Apr 2022 00:08:59 +0800 Subject: [PATCH] Fix wrong class name --- docs/team/tianaiyan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/team/tianaiyan.md b/docs/team/tianaiyan.md index 96725290c0..62fe2137ab 100644 --- a/docs/team/tianaiyan.md +++ b/docs/team/tianaiyan.md @@ -34,7 +34,7 @@ hosted by the module coordinators of CS2113T. correctly, and `help` method related to the functions I implemented. * Implemented the `rewriteAllPlansToFile()` method in `FileManager` class, which allows to rewrite all the plans to local file `plans.txt`. -* Contributes to some parts of the `workoutListTest` class and `planListTest` class. +* Contributes to some parts of the `WorkoutListTest` class and `PlanListTest` class. ### Contributions to the UG * Wrote the guide for feature `workout /update`.