Skip to content

Commit 2dfd79d

Browse files
committed
Typo
1 parent 77b2b59 commit 2dfd79d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-core/src/ray_tracing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ pub(crate) enum AsAction {
367367
/// A [`Tlas`] has been bound and used by any pass. The [`Blas`]es it
368368
/// was built with must be validated to have not been built after the
369369
/// [`Tlas`] as backends have undefined behaviour on this (it would
370-
/// cause AABBs to be incorrect, ect.)
370+
/// cause AABBs to be incorrect, etc.)
371371
BindTlas(Arc<Tlas>),
372372
/// A [`RayTracingPipeline`] has had a `dispatch_rays` call on it.
373373
/// This [`Tlas`] has been put in a bindgroup, and so the validation

0 commit comments

Comments
 (0)