Skip to content

Commit

Permalink
Merge pull request #2056 from hannobraun/typo
Browse files Browse the repository at this point in the history
Fix typo in doc comment
  • Loading branch information
hannobraun authored Oct 15, 2023
2 parents 283c54c + f9e7ea6 commit bfd7e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-core/src/objects/kinds/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::{
///
/// When multiple faces, which are bound by edges, are combined to form a solid,
/// the `Edge`s that bound the face on the surface are then coincident with the
/// `Edge`s of other faces, where those faces touch. Suche coincident `Edge`s
/// `Edge`s of other faces, where those faces touch. Such coincident `Edge`s
/// must always refer to the same `Curve`.
#[derive(Clone, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
pub struct Edge {
Expand Down

0 comments on commit bfd7e85

Please sign in to comment.