Skip to content

Commit 39f2281

Browse files
authored
Changes in Readme (AnthonyCalandra#101)
* Changes in Readme * Changes in CPP Files
1 parent 8fedee0 commit 39f2281

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CPP11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# C++11
22

33
## Overview
4-
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
4+
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
55

66
C++11 includes the following new language features:
77
- [move semantics](#move-semantics)

CPP14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# C++14
22

33
## Overview
4-
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
4+
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
55

66
C++14 includes the following new language features:
77
- [binary literals](#binary-literals)

CPP17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# C++17
22

33
## Overview
4-
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
4+
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
55

66
C++17 includes the following new language features:
77
- [template argument deduction for class templates](#template-argument-deduction-for-class-templates)

CPP20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# C++20
22

33
## Overview
4-
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
4+
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
55

66
C++20 includes the following new language features:
77
- [coroutines](#coroutines)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# C++20/17/14/11
22

33
## Overview
4-
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
4+
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
55

66
C++20 includes the following new language features:
77
- [coroutines](#coroutines)

0 commit comments

Comments
 (0)