Fix dangling mention of locate (#4147)

This commit is contained in:
Laurenz 2024-05-16 14:24:21 +02:00 committed by GitHub
parent e874e2ea64
commit 7c4a199918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,8 @@ use crate::introspection::Location;
/// instance, have been reset after a preface. /// instance, have been reset after a preface.
/// ///
/// # Examples /// # Examples
/// Determining the current position in the document in combination with /// Determining the current position in the document in combination with the
/// [`locate`]: /// [`position`]($location.position) method:
/// ```example /// ```example
/// #context [ /// #context [
/// I am located at /// I am located at