Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserGuide.md: Add delmod feature #27

Merged
merged 2 commits into from
Sep 29, 2020

Conversation

jzwoo
Copy link
Collaborator

@jzwoo jzwoo commented Sep 29, 2020

Closes #7

Copy link

@justintzuriel justintzuriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix typo

@@ -136,6 +136,18 @@ Examples:
* `list` followed by `delete 2` deletes the 2nd person in the address book.
* `find Betsy` followed by `delete 1` deletes the 1st person in the results of the `find` command.

### Deleting a module: `delmod`

Deletes a moudule from FaculType.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo on module

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, I've changed it in the next commit.

@justintzuriel justintzuriel merged commit 1e3e458 into AY2021S1-CS2103-T14-1:master Sep 29, 2020
@justintzuriel justintzuriel added this to the v1.1 milestone Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 'delmod' feature to User Guide
2 participants