summaryrefslogtreecommitdiffhomepage
path: root/doc/cpp_style.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cpp_style.md')
-rw-r--r--doc/cpp_style.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cpp_style.md b/doc/cpp_style.md
index 65f8f85..ebb8210 100644
--- a/doc/cpp_style.md
+++ b/doc/cpp_style.md
@@ -1,10 +1,10 @@
# Nectar C++ Style Guide:
-## Abstract:
+## The Basics!
Nectar uses the Google C++ Style. But applied to low-level systems. We use C++20 and later throughout all of our stack. As we keep iterating over time we will amend this document.
-## Privilege Templates and ZOA over C with Classes.
+## Privilege Containers and Templates and ZOA over C with Classes.
Nectar doesn't limit itself to a C++ paradigm, as we may find fitting solutions by exploring other patterns.