From 39f2281bbfd3100c4681c3885372dcfda1eb22ce Mon Sep 17 00:00:00 2001 From: Hriday Sharma <86075446+hriday408@users.noreply.github.com> Date: Mon, 19 Jul 2021 22:30:52 +0530 Subject: [PATCH] Changes in Readme (#101) * Changes in Readme * Changes in CPP Files --- CPP11.md | 2 +- CPP14.md | 2 +- CPP17.md | 2 +- CPP20.md | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CPP11.md b/CPP11.md index 822eb53..c14f883 100644 --- a/CPP11.md +++ b/CPP11.md @@ -1,7 +1,7 @@ # C++11 ## Overview -Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words. +Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words. C++11 includes the following new language features: - [move semantics](#move-semantics) diff --git a/CPP14.md b/CPP14.md index db17048..2a594a5 100644 --- a/CPP14.md +++ b/CPP14.md @@ -1,7 +1,7 @@ # C++14 ## Overview -Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words. +Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words. C++14 includes the following new language features: - [binary literals](#binary-literals) diff --git a/CPP17.md b/CPP17.md index e2d9e60..8e21dd2 100644 --- a/CPP17.md +++ b/CPP17.md @@ -1,7 +1,7 @@ # C++17 ## Overview -Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words. +Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words. C++17 includes the following new language features: - [template argument deduction for class templates](#template-argument-deduction-for-class-templates) diff --git a/CPP20.md b/CPP20.md index a37052d..d8e964f 100644 --- a/CPP20.md +++ b/CPP20.md @@ -1,7 +1,7 @@ # C++20 ## Overview -Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words. +Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words. C++20 includes the following new language features: - [coroutines](#coroutines) diff --git a/README.md b/README.md index 4b556c5..b7abe0d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # C++20/17/14/11 ## Overview -Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words. +Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words. C++20 includes the following new language features: - [coroutines](#coroutines)