Fix typo in doc comment

This commit is contained in:
Hanno Braun 2023-05-16 10:28:26 +02:00 committed by GitHub
parent 131757ade6
commit 5f6ca60884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use crate::{
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`]
///
/// Interior cycles must have the opposite winding of the exterior cycle,