From bcc014c4e177cc4e8cf5ca8c24990908b507c0f8 Mon Sep 17 00:00:00 2001 From: Alberto Vilches Date: Tue, 2 May 2023 20:45:18 +0200 Subject: fix: typos (#1074) --- library/src/meta/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/meta') diff --git a/library/src/meta/context.rs b/library/src/meta/context.rs index 7bc57e97..ad466305 100644 --- a/library/src/meta/context.rs +++ b/library/src/meta/context.rs @@ -8,7 +8,7 @@ use crate::prelude::*; /// /// ```example /// #locate(loc => [ -/// My locatation: \ +/// My location: \ /// #loc.position()! /// ]) /// ``` -- cgit v1.2.3