Description
find command in user guide contains invalid command format
Find the Invalid Command
- Go to https://ay2324s1-cs2113-w12-1.github.io/tp/UserGuide.html#command-summary
- Notice that the summary given for the
find command is as shown below

- Proceed to confirm that this is an invalid command, by running the following command
find /math in the app. You will obtain the following error
find /math
____________________________________________________________
Ono! You did not indicate the keywords you are searching by :<
Please format your input as find /description [description] or find /module [module]!
____________________________________________________________
Expected Output
If you were to go the find command section here, you will see a different format/example given, as shown below

- Following the example above, running the command
find /module math returns
find /module math
____________________________________________________________
Here are questions that matched your search:
1: [S][] represent the fraction 5.3 as a mixed number / ans here | math | EASY
____________________________________________________________
Description
findcommand in user guide contains invalid command formatFind the Invalid Command
findcommand is as shown belowfind /mathin the app. You will obtain the following errorExpected Output
If you were to go the
findcommand section here, you will see a different format/example given, as shown belowfind /module mathreturns