mirror of
https://github.com/iandinwoodie/cpp-design-patterns-for-humans.git
synced 2025-12-17 12:34:38 +03:00
Fixed block-quoted list.
This commit is contained in:
13
README.md
13
README.md
@@ -885,14 +885,13 @@ Real world example:
|
|||||||
|
|
||||||
> Suppose we are getting some house built. The steps for building might look
|
> Suppose we are getting some house built. The steps for building might look
|
||||||
like:
|
like:
|
||||||
- Prepare the base of house
|
> - Prepare the base of house
|
||||||
- Build the walls
|
> - Build the walls
|
||||||
- Add roof
|
> - Add roof
|
||||||
- Add other floors
|
> - Add other floors
|
||||||
|
|
||||||
> The order of these steps could never be changed i.e. you can't build the roof
|
> The order of these steps could never be changed i.e. you can't build the roof
|
||||||
before building the walls etc but each of the steps could be modified for
|
before building the walls etc but each of the steps could be modified for
|
||||||
example walls can be made of wood or polyester or stone.
|
example walls can be made of wood or polyester or stone.
|
||||||
|
|
||||||
In plain words:
|
In plain words:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user