Skip to content

Commit f6538da

Browse files
authored
book: typo fixes (changkun#250)
1 parent 8182184 commit f6538da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/en-us/01-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before learning modern C++, let's take a look at the main features that have dep
4343

4444
- **C language style type conversion is deprecated (ie using `(convert_type)`) before variables, and `static_cast`, `reinterpret_cast`, `const_cast` should be used for type conversion.**
4545

46-
- **In particular, some of the C standard libraries that can be used are deprecated in the latest C++17 standard, such as `<ccomplex>`, `<cstdalign>`, `<cstdbool>` and `<ctgmath>` Wait**
46+
- **In particular, some of the C standard libraries that can be used are deprecated in the latest C++17 standard, such as `<ccomplex>`, `<cstdalign>`, `<cstdbool>` and `<ctgmath>` etc.**
4747

4848
- ... and many more
4949

0 commit comments

Comments
 (0)