From 954b7ffb521fe1045e782fd80bfda1e8ac929ee7 Mon Sep 17 00:00:00 2001 From: circl Date: Tue, 13 Aug 2024 16:34:01 +0200 Subject: [PATCH] Documentation: Change two titles to not mention SerenityOS --- Documentation/CodingStyle.md | 2 +- Documentation/SmartPointers.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/CodingStyle.md b/Documentation/CodingStyle.md index c35bd1dd7a6..56f1e88bb36 100644 --- a/Documentation/CodingStyle.md +++ b/Documentation/CodingStyle.md @@ -1,4 +1,4 @@ -# Serenity C++ coding style +# Ladybird C++ coding style For low-level styling (spaces, parentheses, brace placement, etc), all code should follow the format specified in `.clang-format` in the project root. diff --git a/Documentation/SmartPointers.md b/Documentation/SmartPointers.md index 3030dac85d8..06bf0bfd255 100644 --- a/Documentation/SmartPointers.md +++ b/Documentation/SmartPointers.md @@ -1,4 +1,4 @@ -# SerenityOS smart pointers +# AK smart pointers ---- ## Introduction