Skip to content

Commit

Permalink
Merge pull request #235 from bkjwjason/docs/fixTypo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
junnengsoo authored Nov 14, 2023
2 parents 780158c + 63975bf commit 3cd9309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Deletes the specified animal from the animal catalog.
Edits animals specified by the index with the newly specified prefix attributes.

**Format:**
<box>edit INDEX [n/NAME] [g/SEX] [s/SPECIES] [b/BREED] [db/DOB] [da/DOA]`</box>
<box>edit INDEX [n/NAME] [g/SEX] [s/SPECIES] [b/BREED] [db/DOB] [da/DOA] </box>

**Things to note:**
* ID cannot be edited.
Expand Down Expand Up @@ -374,6 +374,7 @@ Adds a specific new task to the task list of an animal.
* The `TASK` refers to the task that you want to add into the task list of the animal.
* `TASK` can include spaces.
* `ANIMALINDEX` is based on 1-indexing, i.e first animal will be at index 1.
* Adding duplicate `TASK` is allowed.

**Examples:**
* `addtask 1 Feed Pookie`
Expand Down

0 comments on commit 3cd9309

Please sign in to comment.