diff --git a/Documentation/CodingStyle.md b/Documentation/CodingStyle.md index c35bd1dd7a..56f1e88bb3 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 3030dac85d..06bf0bfd25 100644 --- a/Documentation/SmartPointers.md +++ b/Documentation/SmartPointers.md @@ -1,4 +1,4 @@ -# SerenityOS smart pointers +# AK smart pointers ---- ## Introduction