mirror of https://github.com/hannobraun/Fornjot
Fix typo in doc comment
This commit is contained in:
parent
131757ade6
commit
5f6ca60884
|
@ -8,7 +8,7 @@ use crate::{
|
||||||
storage::Handle,
|
storage::Handle,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// A single, continues 2d region, may contain holes. Once applied to a
|
/// A single, continuous 2d region, may contain holes. Once applied to a
|
||||||
/// [`Surface`] becomes a [`Face`]
|
/// [`Surface`] becomes a [`Face`]
|
||||||
///
|
///
|
||||||
/// Interior cycles must have the opposite winding of the exterior cycle,
|
/// Interior cycles must have the opposite winding of the exterior cycle,
|
||||||
|
|
Loading…
Reference in New Issue