From 1b119c33b3067be77d8e1e4ca6234d55b12acbe7 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