Skip to content

Commit b8a6751

Browse files
committed
Fix small typos in README.md
1 parent 6a6ead4 commit b8a6751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository is part of the [Refactoring.Guru](https://refactoring.guru/desig
55
It contains C++ examples for all classic GoF design patterns. Each pattern includes two examples:
66

77
- [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.
99

1010

1111
## Requirements
@@ -43,7 +43,7 @@ Here's a style guide which might help you to keep your changes consistent with t
4343

4444
1. All code should match the [Google style guide].
4545
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.
4747

4848

4949

0 commit comments

Comments
 (0)