Skip to content

Commit

Permalink
Documentation: Fix spelling error
Browse files Browse the repository at this point in the history
"SourceLocatin" -> "SourceLocation"
  • Loading branch information
Astraeus- authored and linusg committed Dec 14, 2021
1 parent 69fe4c2 commit 9090dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9090dea

Please sign in to comment.