You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This repository is part of the [Refactoring.Guru](https://refactoring.guru/desig
5
5
It contains C++ examples for all classic GoF design patterns. Each pattern includes two examples:
6
6
7
7
-[x]**Conceptual** examples show the internal structure of patterns with detailed comments.
8
-
-[ ]**RealWold** examples show how the patterns can be used in a real-world C++ application.
8
+
-[ ]**RealWorld** examples show how the patterns can be used in a real-world C++ application.
9
9
10
10
11
11
## Requirements
@@ -43,7 +43,7 @@ Here's a style guide which might help you to keep your changes consistent with t
43
43
44
44
1. All code should match the [Google style guide].
45
45
2. Aim to put all code within one .cc file. Yes, I realize that it's not how it supposed to be done in production. However, it helps people to understand examples better, since all code fits into one screen.
46
-
3. The comments doesn't follow the style guide for compatibility reasons withe other language examples.
46
+
3. The comments doesn't follow the style guide for compatibility reasons with other language examples.
0 commit comments