From a8e1932218a368e890f75d70ca219c4dedbca138 Mon Sep 17 00:00:00 2001 From: Koa Wells Date: Tue, 12 Sep 2023 12:38:29 -0400 Subject: [PATCH] Update C++GUIDE.md --- C++GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C++GUIDE.md b/C++GUIDE.md index 3820c69..813f76f 100644 --- a/C++GUIDE.md +++ b/C++GUIDE.md @@ -1,4 +1,4 @@ -# Cerc C++ Style Guide +# CERC C++ Style Guide ## What's coding style and why it matters. Coding style is just how the code looks, it's incredibly personal, and everyone has their style.