diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-05-05 16:41:38 +0630 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 12:11:38 +0200 |
| commit | 7375a691e232bb59033980dc09c7179bc16e377f (patch) | |
| tree | 1713a55a9c8a4199292c4668c950404ba1e033c1 /src/pipeline | |
| parent | 1b05b2ebfac63034d3dd14a7a5b9b87c59377529 (diff) | |
| download | rapier-7375a691e232bb59033980dc09c7179bc16e377f.tar.gz rapier-7375a691e232bb59033980dc09c7179bc16e377f.tar.bz2 rapier-7375a691e232bb59033980dc09c7179bc16e377f.zip | |
Fix some typos. (#620)
Diffstat (limited to 'src/pipeline')
| -rw-r--r-- | src/pipeline/query_pipeline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipeline/query_pipeline.rs b/src/pipeline/query_pipeline.rs index bca0cc4..d98017b 100644 --- a/src/pipeline/query_pipeline.rs +++ b/src/pipeline/query_pipeline.rs @@ -100,7 +100,7 @@ impl QueryFilterFlags { } } -/// A filter tha describes what collider should be included or excluded from a scene query. +/// A filter that describes what collider should be included or excluded from a scene query. #[derive(Copy, Clone, Default)] pub struct QueryFilter<'a> { /// Flags indicating what particular type of colliders should be excluded from the scene query. |
