Skip to content

Commit 070f760

Browse files
authored
Fix missing word in comment (#6168)
1 parent 338678a commit 070f760

File tree

1 file changed

+1
-1
lines changed
  • examples/src/timestamp_queries

1 file changed

+1
-1
lines changed

examples/src/timestamp_queries/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! * passing `wgpu::RenderPassTimestampWrites`/`wgpu::ComputePassTimestampWrites` during render/compute pass creation.
66
//! This writes timestamps for the beginning and end of a given pass.
77
//! (enabled with wgpu::Features::TIMESTAMP_QUERY)
8-
//! * `wgpu::CommandEncoder::write_timestamp` writes a between any commands recorded on an encoder.
8+
//! * `wgpu::CommandEncoder::write_timestamp` writes a timestamp between any commands recorded on an encoder.
99
//! (enabled with wgpu::Features::TIMESTAMP_QUERY_INSIDE_ENCODERS)
1010
//! * `wgpu::RenderPass/ComputePass::write_timestamp` writes a timestamp within commands of a render pass.
1111
//! Note that some GPU architectures do not support this.

0 commit comments

Comments
 (0)