Documentation: Change two titles to not mention SerenityOS

This commit is contained in:
circl
2024-08-13 16:34:01 +02:00
committed by Andrew Kaster
parent 0dfc13f37d
commit 954b7ffb52
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -1,4 +1,4 @@
# SerenityOS smart pointers
# AK smart pointers
----
## Introduction