Skip to content

Commit

Permalink
Update name of enum variant
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 21, 2024
1 parent fee4dba commit 3d369d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-core/src/validation/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use super::checks::AdjacentHalfEdgesNotConnected;
pub enum ValidationError {
/// `HalfEdge`s in `Cycle` not connected
#[error(transparent)]
HalfEdgesInCycleNotConnected(#[from] AdjacentHalfEdgesNotConnected),
AdjacentHalfEdgesNotConnected(#[from] AdjacentHalfEdgesNotConnected),

/// `Edge` validation error
#[error("`Edge` validation error")]
Expand Down

0 comments on commit 3d369d1

Please sign in to comment.