Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 2, 2022
1 parent 26f112f commit 8948981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/fj-kernel/src/algorithms/validate/coherence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ pub enum CoherenceIssues {
Vertex(#[from] CoherenceMismatch),
}

/// A mismatch between the local and global forms of an object
/// A mismatch between the local and global forms of a vertex
///
/// Used in [`CoherenceIssues`].
#[derive(Debug, Default, thiserror::Error)]
pub struct CoherenceMismatch {
/// The local form of the object
Expand Down

0 comments on commit 8948981

Please sign in to comment.