diff options
Diffstat (limited to 'c++.html.markdown')
| -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> | 
