Skip to content

Commit 9f99478

Browse files
laialaodiLight-City
authored andcommitted
Fix type error in README_EN.md
1 parent e07bcc2 commit 9f99478

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README_EN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stories About C Plus Plus
22

33
Thanks for all the support about << Stories About C ++ >>~~, right now you could open this link(https://light-city.club/sc/) to read this article.~~
4-
Any star, retweet or pr will be weclomed.
4+
Any star, retweet or pr will be welcomed.
55

66
**Notice: The website is not available now.**
77

@@ -54,7 +54,7 @@ other details,such as in-depth source code analysis and multi-threaded concurren
5454
Basic Grammar About C ++
5555
- [x] day2
5656

57-
Recursive、Structor、Enumerate、Static Variable
57+
Recursive、Struct、Enumerate、Static Variable
5858

5959
- [x] day3
6060

@@ -70,7 +70,7 @@ Inheritance and Polymorphism
7070

7171
- [x] day6
7272

73-
Vitrual Function、Abstruct
73+
Virtual Function、Abstruct
7474

7575
- [x] day7
7676

@@ -232,7 +232,7 @@ Learning materials: https://chenxiaowei.gitbook.io/cpp_concurrency_in_action/
232232
233233
- [Introduction](./concurrency/Threading_In_CPlusPlus/1.thread)
234234
- [Five Types of Thread Creation](./concurrency/Threading_In_CPlusPlus/2.create_type)
235-
- [Join And Detachs](./concurrency/Threading_In_CPlusPlus/3.join_detach)
235+
- [Join And Detaches](./concurrency/Threading_In_CPlusPlus/3.join_detach)
236236
- [mutex in C++ Threading](./concurrency/Threading_In_CPlusPlus/4.mutex)
237237
238238
> From:
@@ -277,7 +277,7 @@ Learning materials: https://chenxiaowei.gitbook.io/cpp_concurrency_in_action/
277277
- [SFINAE:What is it if it is not replace error?](./learn_class/modern_cpp_30/SFINAE)
278278
- [constexpr:A Normal World](./learn_class/modern_cpp_30/constexpr)
279279
- [Function object and Lambda:functionLambda](./learn_class/modern_cpp_30/functionLambda)
280-
- [Memory Model and Atomic:Understangding the complexity of concurrency](./learn_class/modern_cpp_30/memorymodel_atomic)
280+
- [Memory Model and Atomic:Understanding the complexity of concurrency](./learn_class/modern_cpp_30/memorymodel_atomic)
281281
282282
### 7.Tools
283283

0 commit comments

Comments
 (0)