From 7c4a199918cd4d9ce6af931a01b09ef7a29fc2c6 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 16 May 2024 14:24:21 +0200 Subject: [PATCH] Fix dangling mention of locate (#4147) --- crates/typst/src/introspection/here.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typst/src/introspection/here.rs b/crates/typst/src/introspection/here.rs index e921079b9..9d6133816 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