Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xsdc committed Nov 21, 2024
1 parent fe9dcf0 commit dafde52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DesignPatterns/AppleStoreBuilder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ protocol AppleWatchBuilder {

- Two concrete builders are defined here: `AppleWatchSeries10` and `AppleWatchHèrmesSeries10`.

- Each one is tailored to a specific collection of Apple Watch.

- Type aliases are used here to pair the associated types for each concrete builder's enum type implementation.

```swift
Expand Down

0 comments on commit dafde52

Please sign in to comment.