diff --git a/crates/fj-core/src/operations/build/cycle.rs b/crates/fj-core/src/operations/build/cycle.rs index 942f0364c..42476470d 100644 --- a/crates/fj-core/src/operations/build/cycle.rs +++ b/crates/fj-core/src/operations/build/cycle.rs @@ -59,7 +59,7 @@ pub trait BuildCycle { /// ## Implementation Note /// /// The cycle can't be built out of a single half-edge. That would be - /// invalid although there's not validation check to document and enforce + /// invalid although there's no validation check to document and enforce /// that yet. Please refer to the following issue for more information: /// ///