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 committed Mar 20, 2023
1 parent 9343717 commit 5476076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/objects/full/solid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::{
};

/// A 3-dimensional shape, built from [`Shell`]s. Many Solids will contains only
/// one shell, but if the Solid contains cavities they will be reprented by a
/// one shell, but if the Solid contains cavities they will be represented by a
/// shell each, as well as a shell for the outside.
///
/// # Implementation Note
Expand Down

0 comments on commit 5476076

Please sign in to comment.