mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Documentation: Fix spelling error
"SourceLocatin" -> "SourceLocation"
This commit is contained in:
parent
69fe4c2aca
commit
9090dea1e2
Notes:
sideshowbarker
2024-07-17 22:47:20 +09:00
Author: https://github.com/Astraeus- 🔰
Commit: 9090dea1e2
Pull-request: https://github.com/SerenityOS/serenity/pull/11256
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ when adding extra debugging instrumentation, without resorting to
|
|||
litering the code with preprocessor macros.
|
||||
|
||||
To use it, you can add the `AK::SourceLocation` as a default argument
|
||||
to any function, using `AK::SourceLocatin::current()` to initialize the
|
||||
to any function, using `AK::SourceLocation::current()` to initialize the
|
||||
default argument.
|
||||
|
||||
Example Usage:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue