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
Notes: github-actions[bot] 2024-08-17 17:52:15 +00:00
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