1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 03:50:32 +02:00

Merge pull request #3489 from Lugimax/patch-1

[c++/en] Typo in c++
This commit is contained in:
Andre Polykanine
2019-03-11 01:10:09 +02:00
committed by GitHub

View File

@@ -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>