summaryrefslogtreecommitdiffhomepage
path: root/c++.html.markdown
diff options
context:
space:
mode:
authorMax <46054571+Lugimax@users.noreply.github.com>2019-03-10 23:56:47 +0200
committerGitHub <noreply@github.com>2019-03-10 23:56:47 +0200
commit3a1e38478ea87f922c53f04508c44e85f3c95a49 (patch)
treee2cfdf7b72c8180805c6c5b2e6efafe016b2e858 /c++.html.markdown
parent77310658c8201f0193adb2ac4eb55a6093923243 (diff)
[en] Typo in c++
Diffstat (limited to 'c++.html.markdown')
-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>