Skip to content

Commit

Permalink
chore: update docs to align with conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
grevgeny committed Aug 13, 2024
1 parent 09e4bd0 commit e232b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub use densify::Densify;
pub mod densify_haversine;
pub use densify_haversine::DensifyHaversine;

/// Densify geometry components on a spheroid;
/// Densify geometry components on a geodesic.
pub mod densify_geodesic;
pub use densify_geodesic::DensifyGeodesic;

Expand Down

0 comments on commit e232b6d

Please sign in to comment.