From 9090dea1e2d527115a4205dec35217cdab34af1a Mon Sep 17 00:00:00 2001 From: Astraeus- Date: Tue, 14 Dec 2021 15:59:51 +0100 Subject: [PATCH] Documentation: Fix spelling error "SourceLocatin" -> "SourceLocation" --- Documentation/Patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Patterns.md b/Documentation/Patterns.md index 116a0064c5..9c8f37571a 100644 --- a/Documentation/Patterns.md +++ b/Documentation/Patterns.md @@ -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: