From f9e7ea68b6ebb07e23b65614584597c96b5d1404 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Sun, 15 Oct 2023 10:18:55 +0200 Subject: [PATCH] Fix typo in doc comment --- crates/fj-core/src/objects/kinds/edge.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-core/src/objects/kinds/edge.rs b/crates/fj-core/src/objects/kinds/edge.rs index 863afd825..1e38a1076 100644 --- a/crates/fj-core/src/objects/kinds/edge.rs +++ b/crates/fj-core/src/objects/kinds/edge.rs @@ -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 {