Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Evans committed Jun 18, 2024
1 parent 03fefda commit 2501d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl Geometry {
Self::LineSet(_) => "LineSet",
Self::Surface(_) => "Surface",
Self::GridSurface(_) => "GridSurface",
Self::Composite(_) => "PoinCompositetSet",
Self::Composite(_) => "Composite",
Self::BlockModel(b) if b.has_subblocks() => "BlockModel(sub-blocked)",
Self::BlockModel(_) => "BlockModel",
}
Expand Down

0 comments on commit 2501d93

Please sign in to comment.