fix typo error (#24996)

pull/21817/head^2
deliaphan 2018-11-05 16:02:20 +08:00 committed by Aditya
parent 58879fc5fb
commit d9e5321c4e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ title: C++
## What is C++?
* C++ is a general purpose programming language which has been used since the 1990's
* It was designed by Bjarne Stroustrup under with the name "C with classes".
* It was designed by Bjarne Stroustrup under the name "C with classes".
* It is a version of C that includes Object-Oriented elements, including classes and functions.
* It is considered one of the biggest programming languages, as you can see in the following image: