mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +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: https://github.com/SerenityOS/serenity/commit/9090dea1e2d 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…
Reference in a new issue