Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita98686b

Browse files
authored
book: english typos (changkun#93)
1 parente5450c7 commita98686b

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

‎CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@
44

55
C++ 11/14/17 issue is used to track the principle description error,`typo` error, and the questions to the author of the book.
66

7-
- Usually, you may encounter typos, semantic errors, grammatical errors, and etc. These are all`typo` errors. If an error has caused some obstacles to your reading and you strongly believe that the`typo` will also affect others reading. Then you are very welcome to[submit issue](https://github.com/changkun/modern-cpp-tutorial/issues) to report the`typo` error.
7+
- Usually, you may encounter typos, semantic errors, grammatical errors, and etc. These are all`typo` errors. If an error has caused some obstacles to your reading and you strongly believe that the`typo` will also affect others reading, then you are very welcome to[submit issue](https://github.com/changkun/modern-cpp-tutorial/issues) to report the`typo` error.
88

9-
- Do nothasitate to submit a principle error because it prevent wrong knowledge beingpropagation.
10-
Report the error immediately by[submitting issue](https://github.com/changkun/modern-cpp-tutorial/issues) to avoid thespread of wrong knowledge.
9+
- Do nothesitate to submit a`principle` error because itwillprevent wrong knowledge beingspread.
10+
Report the error immediately by[submitting issue](https://github.com/changkun/modern-cpp-tutorial/issues) to avoid thepropogation of wrong knowledge.
1111

12-
- If you found some part of the bookisconfusing, you are very welcome to[submit an issue](https://github.com/changkun/modern-cpp-tutorial/issues) for asking questions.
12+
- If you found some part of the book confusing, you are very welcome to[submit an issue](https://github.com/changkun/modern-cpp-tutorial/issues) for asking questions.
1313

14-
- The book cannot cover theentire C++ of course, however, you are very welcome to[submit an issue](https://github.com/changkun/modern-cpp-tutorial/issues)for a suggestion if youfound some important feature is missing in the book.
14+
- The book cannot cover theentirety C++ of course, however, you are very welcome to[submit an issue](https://github.com/changkun/modern-cpp-tutorial/issues)with a suggestion if youfind some important feature is missing in the book.
1515

1616
##Pull Request
1717

18-
"C++ 11/14/17 On the Fly" is open source so that everyone can contribute to contributetoPR. However, it is required read the following instructions carefully before submitting your pull request:
18+
"C++ 11/14/17 On the Fly" is open source so that everyone can contribute to contributevia aPR. However, it is required to read the following instructions carefully before submitting your pull request:
1919

2020
- Before you submit your pull request, make sure that the[issue list](https://github.com/changkun/modern-cpp-tutorial/issues) already contains the problem you want to solve. If not, please refer to the**Submit Issue** section.
2121

22-
- Make sure your PR has improvedthe`typo` error ofmore than 50words, otherwise please do not submit a PR.
22+
- Make sure your PR has improved more than 50`typo` errors, otherwise please do not submit a PR.
2323

24-
- For a PR that fixes principled errors, please don't hesitate, all readers of the book are very grateful for your contribution!
24+
- For a PR that fixes principled errors, please don't hesitate, allof thereaders of the book are very grateful for your contribution!
2525

2626
- If you would like to be a co-author of this book, please send an email to ask:`hi at changkun dot us`.
2727

2828
Since this repository provides a variety of reading approaches, thus make sure you have checked all items in the following checklist:
2929

3030
-[ ] If you only making changes to the main part of the book (i.e. the`book` folder), and no changes to the code snippet, then you are good to go;
31-
-[ ] If you alsochange the code snippet in the main body of the book, then you need to synchronize the corresponding code snippet in the`code` folder;
32-
-[ ] Ifyou changes also involve the exercises, you also need to synchronize the contents of the`exercises` folder.
31+
-[ ] If you alsochanged the code snippet in the main body of the book, then you need to synchronize the corresponding code snippet in the`code` folder;
32+
-[ ] Ifyour changes also involve the exercises, you also need to synchronize the contents of the`exercises` folder.
3333

3434
#如何参与贡献
3535

‎README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
##Purpose
88

9-
The book claims "On the Fly". Its intent is to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s).
9+
The book claimsto be"On the Fly". Its intent is to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s).
1010
Readers can choose interesting content according to the following table of content to learn and quickly familiarize the new features you would like to learn.
11-
Readers should aware that all of these features arenotrequired.Itshould beleart when you really need it.
11+
Readers shouldbeaware thatnotall of these features are required.Instead, itshould belearned when you really need it.
1212

13-
At the same time, instead ofgrammar-only, the book introduces the historical backgroundas simple as possibleof its technical requirements, which provides great help in understanding why these featurescomes out.
13+
At the same time, instead ofcoding-only, the book introduces the historical background of its technical requirements (as simple as possible), which provides great help in understanding why these featurescame out.
1414

15-
In addition,The author would like to encouragethatreadersshould be ableto use modern C++ directly in their new projects and migrate their old projects to modern C++ gradually afterread the book.
15+
In addition,the author would like to encourage readers to use modern C++ directly in their new projects and migrate their old projects to modern C++ gradually afterreading the book.
1616

1717
##Targets
1818

19-
- This book assumes that readers are already familiar with traditional C++ (i.e. C++98 or earlier), at least they do not have any difficulty in reading traditional C++ code. In other words, those who have long experience in traditional C++ and people who desire to quickly understand the features of modern C++ in a short period of time are well suited to read the book;
19+
- This book assumes that readers are already familiar with traditional C++ (i.e. C++98 or earlier),orat leastthatthey do not have any difficulty in reading traditional C++ code. In other words, those who have long experience in traditional C++ and people who desire to quickly understand the features of modern C++ in a short period of time are well suited to read the book.
2020

21-
- This book introduces to a certain extent ofthe dark magic of modern C++. However, thesemagics are very limited, they are not suitable for readers who want to learn advanced C++. The purpose of this book is offering a quick start for modern C++. Of course, advanced readers can also use this book to review and examine themselves on modern C++.
21+
- This book introduces, to a certain extent,the dark magic of modern C++. However, thesemagic tricks are very limited, they are not suitable for readers who want to learn advanced C++. The purpose of this book is offering a quick start for modern C++. Of course, advanced readers can also use this book to review and examine themselves on modern C++.
2222

2323
##Start
2424

@@ -31,19 +31,19 @@ You can choose from the following reading methods:
3131

3232
##Code
3333

34-
Each chapter of this bookhas a lot of code. If you encounter problemswhen writing your own code with the introductory features of the book,you might as well readthe source code attached to the book. You can find the book[here](./code). All the code organized by chapter, the folder name is the chapter number.
34+
Each chapter of this bookcontains a lot of code. If you encounter problemswhile writing your own code with the introductory features of the book,readingthe source code attached to the book might be of help. You can find the book[here](./code). All the code is organized by chapter, the folder name is the chapter number.
3535

3636
##Exercises
3737

38-
There are few exercisesAt the end of each chapter of the book.It is for testingwhether youcan use the knowledgepointsin the current chapter. You can find the possible answer to the problemfrom[here](./exercises).The folder name is the chapter number.
38+
There are few exercisesat the end of each chapter of the book.These are ment to testwhether youhave mastered the knowledge in the current chapter. You can find the possible answer to the problem[here](./exercises).Again, the folder name is the chapter number.
3939

4040
##Website
4141

42-
The source code of the[website](https://changkun.de/modern-cpp) of this book can be found[here](./website), which is built by[hexo](https://hexo.io) and[vuejs](https://vuejs.org). The website provides you another way of reading the book, itisalso adapts to mobile.
42+
The source code of the[website](https://changkun.de/modern-cpp) of this book can be found[here](./website), which is built by[hexo](https://hexo.io) and[vuejs](https://vuejs.org). The website provides you another way of reading the book, it also adapts to mobile browsers.
4343

4444
##Build
4545

46-
If you are interested inbuild everything locally, it is recommended using[Docker](https://docs.docker.com/install/). To build, simply run:
46+
If you are interested inbuilding everything locally, it is recommended using[Docker](https://docs.docker.com/install/). To build, simply run:
4747

4848
```bash
4949
$ make build
@@ -53,10 +53,10 @@ $ make build
5353

5454
This book was originally written in Chinese by[Changkun Ou](https://changkun.de).
5555

56-
The author has limited time and language skills. If readers find any mistakesof the book or any language improvements, please feel free to open an[Issue](https://github.com/changkun/modern-cpp-tutorial/issues) or start a[Pull request](https://github.com/changkun/modern-cpp-tutorial/pulls). For detailed guidelines and checklist, please refer to[How to contribute](CONTRIBUTING.md).
56+
The author has limited time and language skills. If readers find any mistakesin the book or any language improvements, please feel free to open an[Issue](https://github.com/changkun/modern-cpp-tutorial/issues) or start a[Pull request](https://github.com/changkun/modern-cpp-tutorial/pulls). For detailed guidelines and checklist, please refer to[How to contribute](CONTRIBUTING.md).
5757

58-
The authorwould be grateful to all contributors, including but not limited to[Contributors](https://github.com/changkun/modern-cpp-tutorial/graphs/contributors).
58+
The authoris grateful to all contributors, including but not limited to[Contributors](https://github.com/changkun/modern-cpp-tutorial/graphs/contributors).
5959

6060
##Licenses
6161

62-
<arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work was written by[Ou Changkun](https://changkun.de) and licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. The code of this repository is open sourced under the[MIT license](./LICENSE).
62+
<arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work was written by[Ou Changkun](https://changkun.de) and licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. The code of this repository is open sourced under the[MIT license](./LICENSE).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp