Documentation: Fix spelling error

"SourceLocatin" -> "SourceLocation"
This commit is contained in:
Astraeus- 2021-12-14 15:59:51 +01:00 committed by Linus Groh
parent 69fe4c2aca
commit 9090dea1e2

View file

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