Skip to content

Commit f9abcfa

Browse files
authored
Fix typos in README.md
1 parent 057a73a commit f9abcfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,9 +1182,9 @@ Needs will change, therefore code will change. We learned in OO 101 that there a
11821182
<h1>Chapter 11 - Systems</h1>
11831183
</a>
11841184

1185-
## Separe Constructing a System from using It
1185+
## Separate Constructing a System from using It
11861186

1187-
_Software Systems should separate the startuo process, when the application objects are constructed and the dependencies are "wired" thogether, from the runtime logic that takes over after startup_
1187+
_Software Systems should separate the startup process, when the application objects are constructed and the dependencies are "wired" together, from the runtime logic that takes over after startup_
11881188

11891189
### Separation from main
11901190

@@ -1216,7 +1216,7 @@ Concurrence is a decoupling strategy. It helps us decouple what gets fone from w
12161216

12171217
Decoupling what from when can dramatically improve both the throughput and structures of an application. From a structural point of view the application looks like many lit- tle collaborating computers rather than one big main loop. This can make the system easier to understand and offers some powerful ways to separate concerns.
12181218

1219-
## Miths and Misconceptions
1219+
## Myths and Misconceptions
12201220

12211221
- Concurrency always improves performance.
12221222
Concurrency can sometimes improve performance, but only when there is a lot of wait time that can be shared between multiple threads or multiple processors. Neither situ- ation is trivial.

0 commit comments

Comments
 (0)