Skip to content

Commit

Permalink
fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
podusowski committed Jul 14, 2023
1 parent 9f0b19e commit 888548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl Widget for Map<'_, '_> {
/// Position at the map's center. Initially, the map follows `my_position` argument which typically
/// is meant to be fed by a GPS sensor or other geo-localization method. If user drags the map,
/// it becomes "detached" and stays this way until [`MapMemory::center_mode`] is changed back to
/// [`MapCenterMode::MyPosition`].
/// [`Center::MyPosition`].
#[derive(Clone, PartialEq)]
pub enum Center {
/// Center at `my_position` argument of the [`Map::new()`] function.
Expand Down

0 comments on commit 888548f

Please sign in to comment.