1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

[en] Typo in c++

This commit is contained in:
Max
2019-03-10 23:56:47 +02:00
committed by GitHub
parent 77310658c8
commit 3a1e38478e

View File

@@ -657,7 +657,7 @@ printMessage<10>(); // Prints "Learn C++ faster in only 10 minutes!"
// The standard library provides a few exception types // The standard library provides a few exception types
// (see http://en.cppreference.com/w/cpp/error/exception) // (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 <exception>
#include <stdexcept> #include <stdexcept>