Skip to content

Commit

Permalink
Merge pull request #308 from kaijie0102/master
Browse files Browse the repository at this point in the history
Update dg
  • Loading branch information
kaijie0102 authored Nov 15, 2023
2 parents ea9c3bc + ed42063 commit ead47c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ title: Developer Guide
## Acknowledgements

References
1. [Developer Guide] (https://se-education.org/addressbook-level3/DeveloperGuide.html)
2. [User Guide] (https://se-education.org/addressbook-level3/UserGuide.html)
1. [Developer Guide](https://se-education.org/addressbook-level3/DeveloperGuide.html)
2. [User Guide](https://se-education.org/addressbook-level3/UserGuide.html)

<a id="design-implementation"></a>
## Design & implementation
Expand Down Expand Up @@ -78,6 +78,7 @@ A new recipe titled "dumpings" will be added to `recipes:RecipeList`. The number

![RecipeListAdd](images/RecipeListAdd.png)


3. `Delete` an existing recipe

Recipe titled "chicken pizza" is at index 2 of the `RecipeList`. By giving the command `delete r/2`, `recipes:RecipeList` will remove `chicken pizza:Recipe` from the ArrayList of recipes.
Expand Down

0 comments on commit ead47c4

Please sign in to comment.