From d9e5321c4ebecb725e25340e4e010b049cdf458f Mon Sep 17 00:00:00 2001 From: deliaphan <44330687+deliaphan@users.noreply.github.com> Date: Mon, 5 Nov 2018 16:02:20 +0800 Subject: [PATCH] fix typo error (#24996) --- guide/english/cplusplus/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/cplusplus/index.md b/guide/english/cplusplus/index.md index 7f26fd6fff6..efaf7a962f0 100644 --- a/guide/english/cplusplus/index.md +++ b/guide/english/cplusplus/index.md @@ -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: