diff options
author | Andre Polykanine <ap@oire.me> | 2019-03-11 01:10:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 01:10:09 +0200 |
commit | 65b90ea816ea5f29d4cf6835378a390b69174144 (patch) | |
tree | e2cfdf7b72c8180805c6c5b2e6efafe016b2e858 | |
parent | 77310658c8201f0193adb2ac4eb55a6093923243 (diff) | |
parent | 3a1e38478ea87f922c53f04508c44e85f3c95a49 (diff) |
Merge pull request #3489 from Lugimax/patch-1
[c++/en] Typo in c++
-rw-r--r-- | c++.html.markdown | 2 |
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> |