Skip to content

Commit 99e5c9d

Browse files
Correct various typos in examples general readme
1 parent 0998883 commit 99e5c9d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Consider, for instance,
2626
It employs a self-fitted DIY custom breadboard.
2727
Other examples use even higher levels of customization such as
2828
[example chapter10_08a](https://github.com/ckormanyos/real-time-cpp/tree/master/examples/chapter10_08a)
29-
which requires sophistocated breadboard and laboratory techniques,
29+
which requires sophisticated breadboard and laboratory techniques,
3030
providing a DIY challenge at an advanced level.
3131

3232
## Summary of the Examples
@@ -45,7 +45,7 @@ This example implements the LED program with a template LED class for the target
4545

4646
Example ![chapter03_02](https://github.com/ckormanyos/real-time-cpp/tree/master/examples/chapter03_02) Integer Types Having Fixed Widths and Prime Numbers.\
4747
This example focuses on integer types having fixed widths using a fascinating calculation
48-
of prime numbers that is simultaneously intended to emphasize the usefullness and portability
48+
of prime numbers that is simultaneously intended to emphasize the usefulness and portability
4949
of fixed-width integer types.
5050

5151
Example ![chapter04_04](https://github.com/ckormanyos/real-time-cpp/tree/master/examples/chapter04_04) LED Objects and Polymorphism.\
@@ -57,7 +57,7 @@ Example ![chapter04_04a](https://github.com/ckormanyos/real-time-cpp/tree/master
5757
This example exhibits object oriented polymorphism in essentially the same
5858
way as in example chapter04_04. In example chapter04_04a, however, we use base class
5959
references instead of base class pointers stored in an `std::array`
60-
in order to utilitze object oriented polymorphism.
60+
in order to utilize object oriented polymorphism.
6161

6262
Example ![chapter06_01](https://github.com/ckormanyos/real-time-cpp/tree/master/examples/chapter06_01) A CRC Benchmark.\
6363
This example illustrates certain optimization techniques through the calculation
@@ -136,7 +136,7 @@ over multitasking using time slices.
136136

137137
## Further Information on the Examples
138138

139-
For further informatin on the examples, see the readme notes
139+
For further information on the examples, see the readme notes
140140
in each individual example directory.
141141

142142
## Try it at _godbolt_

0 commit comments

Comments
 (0)