summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-28 05:42:26 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-28 05:42:26 +0100
commit6a84782b5c574b7742f8fca7023556a8e4bce535 (patch)
tree1873b63f03a626e767ff78e8121414e8ce4c346c
parentc64f60e1c99cb06cf31314662e243a733ac0bad9 (diff)
chore: doc: update c++ style for Nectar.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-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.