summaryrefslogtreecommitdiff
path: root/library/src/meta
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/meta')
-rw-r--r--library/src/meta/context.rs2
1 files changed, 1 insertions, 1 deletions
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()!
/// ])
/// ```