Skip to content

Commit

Permalink
Merge pull request #148 from felixchanyy/branch-update-dg6
Browse files Browse the repository at this point in the history
Update DG
  • Loading branch information
zengzihui authored Apr 4, 2024
2 parents 35c0c35 + 9907fd5 commit c2adf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ The real estate agent may want to obtain all houses from sellers that match the

#### Example Usage Scenario:

**Step 1:** The user launches the application for the first time. The `AddressBook` will be initialized with the initial address book state (consisting of both `Buyer` and `Seller` details).
**Step 1:** The user launches the application for the first time. EstateEase will be initialized with the initial address book state (consisting of both `Buyer` and `Seller` details).

**Step 2:** The user executes the `matchBuyer Alice Lim` command to find and display `Seller` details with `House` that match the preferences of the buyer named "Alice Lim" in the `AddressBook`.
**Step 2:** The user executes the `matchBuyer Alice Lim` command to find and display `Seller` details with `House` that match the preferences of the buyer named "Alice Lim" in the EstateEase.

**Note:** If the `matchBuyer` command is used without specifying the full name of a `Buyer`, it will return a message to the user indicating that the buyer does not exist.

Expand Down

0 comments on commit c2adf09

Please sign in to comment.