diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-16 14:24:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-16 12:24:21 +0000 |
| commit | 7c4a199918cd4d9ce6af931a01b09ef7a29fc2c6 (patch) | |
| tree | 1504d2dd79942bb205551be369541b4cd40a2b0a /crates | |
| parent | e874e2ea64934753f6b4e691e9e5dac63b0e53a6 (diff) | |
Fix dangling mention of locate (#4147)
Diffstat (limited to 'crates')
| -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 |
