summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-16 14:24:21 +0200
committerLaurenz <laurmaedje@gmail.com>2024-05-17 15:34:20 +0200
commit1b119c33b3067be77d8e1e4ca6234d55b12acbe7 (patch)
tree0d335f3fff5b6f2601cc8a55b69b24647ab796f4
parent4d2d44fa1a3d9f3a0e27af7bee9e608851671155 (diff)
Fix dangling mention of locate (#4147)
-rw-r--r--crates/typst/src/introspection/here.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/typst/src/introspection/here.rs b/crates/typst/src/introspection/here.rs
index e921079b..9d613381 100644
--- a/crates/typst/src/introspection/here.rs
+++ b/crates/typst/src/introspection/here.rs
@@ -20,8 +20,8 @@ use crate::introspection::Location;
/// instance, have been reset after a preface.
///
/// # Examples
-/// Determining the current position in the document in combination with
-/// [`locate`]:
+/// Determining the current position in the document in combination with the
+/// [`position`]($location.position) method:
/// ```example
/// #context [
/// I am located at