Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 24, 2024
1 parent c5b7848 commit 123eb2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl GeoPointsVisualizer {
}
}

/// Compute the [`GeoSpan`] of all the points in the visualizer.
/// Compute the [`super::GeoSpan`] of all the points in the visualizer.
pub fn span(&self) -> Option<super::GeoSpan> {
super::GeoSpan::from_lat_long(
self.map_entries
Expand Down

0 comments on commit 123eb2a

Please sign in to comment.