mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Documentation: Fix spelling error
"SourceLocatin" -> "SourceLocation"
This commit is contained in:
parent
69fe4c2aca
commit
9090dea1e2
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