Skip to content

Commit

Permalink
Merge pull request #2297 from hannobraun/geometry
Browse files Browse the repository at this point in the history
Add missing word in doc comment
  • Loading branch information
hannobraun authored Mar 26, 2024
2 parents c634cdf + c91b2e9 commit 7f3edb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-core/src/geometry/geometry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl Geometry {
///
/// ## Panics
///
/// Panics, if the geometry of surface is not defined.
/// Panics, if the geometry of the surface is not defined.
pub fn of_surface(&self, surface: &Handle<Surface>) -> SurfaceGeometry {
self.surface
.get(surface)
Expand Down

0 comments on commit 7f3edb0

Please sign in to comment.