summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndre Polykanine <ap@oire.me>2019-03-11 01:10:09 +0200
committerGitHub <noreply@github.com>2019-03-11 01:10:09 +0200
commit65b90ea816ea5f29d4cf6835378a390b69174144 (patch)
treee2cfdf7b72c8180805c6c5b2e6efafe016b2e858
parent77310658c8201f0193adb2ac4eb55a6093923243 (diff)
parent3a1e38478ea87f922c53f04508c44e85f3c95a49 (diff)
Merge pull request #3489 from Lugimax/patch-1
[c++/en] Typo in c++
-rw-r--r--c++.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++.html.markdown b/c++.html.markdown
index 3f5a2f4e..80ad3a6c 100644
--- a/c++.html.markdown
+++ b/c++.html.markdown
@@ -657,7 +657,7 @@ printMessage<10>(); // Prints "Learn C++ faster in only 10 minutes!"
// The standard library provides a few exception types
// (see http://en.cppreference.com/w/cpp/error/exception)
-// but any type can be thrown an as exception
+// but any type can be thrown as an exception
#include <exception>
#include <stdexcept>