Skip to content

Commit

Permalink
Fix spelling of normal_constraint.rs (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 18, 2024
1 parent f1e11ab commit 99a4e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/query/contact_manifolds/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub use self::contact_manifolds_trimesh_shape::{
pub use self::contact_manifolds_workspace::{
ContactManifoldsWorkspace, TypedWorkspaceData, WorkspaceData,
};
pub use self::normals_contraint::{NormalConstraints, NormalConstraintsPair};
pub use self::normals_constraint::{NormalConstraints, NormalConstraintsPair};

use {
self::contact_manifolds_composite_shape_composite_shape::CompositeShapeCompositeShapeContactManifoldsWorkspace,
Expand All @@ -60,4 +60,4 @@ mod contact_manifolds_heightfield_shape;
mod contact_manifolds_pfm_pfm;
mod contact_manifolds_trimesh_shape;
mod contact_manifolds_workspace;
mod normals_contraint;
mod normals_constraint;

0 comments on commit 99a4e5a

Please sign in to comment.