From b956939705c7df31cf211814f3a3eee782aa8979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Nobel-J=C3=B8rgensen?= Date: Fri, 2 Sep 2016 12:28:38 +0200 Subject: [PATCH] +is --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 278b8f5..7551751 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # C++ QUICK REFERENCE / C++ CHEATSHEET Based on Phillip M. Duxbury's C++ Cheatsheet and edited by Morten Nobel-Jørgensen. -The cheatsheet focus on C++ - not on the library. +The cheatsheet focus is on C++ - not on the library. C++11 additions is inspired by ISOCPP.org C++11 Cheatsheet). The goal is to give a concise overview of basic, modern C++.