Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun authored May 16, 2023
1 parent 131757a commit 5f6ca60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/geometry/region.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5f6ca60

Please sign in to comment.