diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-16 14:24:21 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-05-17 15:34:20 +0200 |
| commit | 1b119c33b3067be77d8e1e4ca6234d55b12acbe7 (patch) | |
| tree | 0d335f3fff5b6f2601cc8a55b69b24647ab796f4 | |
| parent | 4d2d44fa1a3d9f3a0e27af7bee9e608851671155 (diff) | |
Fix dangling mention of locate (#4147)
| -rw-r--r-- | crates/typst/src/introspection/here.rs | 4 |
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 |
