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