From 3a1e38478ea87f922c53f04508c44e85f3c95a49 Mon Sep 17 00:00:00 2001 From: Max <46054571+Lugimax@users.noreply.github.com> Date: Sun, 10 Mar 2019 23:56:47 +0200 Subject: [en] Typo in c++ --- c++.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++.html.markdown') 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 #include -- cgit v1.2.3