Skip to content

Commit

Permalink
Update geo/src/algorithm/validation/geometry.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Corey Farwell <[email protected]>
  • Loading branch information
michaelkirk and frewsxcv authored Dec 11, 2024
1 parent 2e7c7a5 commit 82e212f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/validation/geometry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::{GeoFloat, Geometry};
use crate::geometry_cow::GeometryCow;
use std::fmt;

/// A [`Geometry`] is valid if it's inner variant is valid.
/// A [`Geometry`] is valid if its inner variant is valid.
/// e.g. `Geometry::Polygon(polygon)` is valid if and only if `polygon` is valid.
#[derive(Debug, Clone, PartialEq)]
pub enum InvalidGeometry {
Expand Down

0 comments on commit 82e212f

Please sign in to comment.