Fix typo in doc comment

This commit is contained in:
Hanno Braun 2024-08-09 22:36:23 +02:00
parent cf97375afc
commit 0b28e63709

View File

@ -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:
/// <https://github.com/hannobraun/fornjot/issues/2374>
///