Skip to content

Commit

Permalink
Fix typo (#3719)
Browse files Browse the repository at this point in the history
The error previously printed "otherusages" without a space
  • Loading branch information
timokoesters authored Apr 28, 2023
1 parent 72c6324 commit 4220a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/track/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ impl<T: ResourceUses> fmt::Display for InvalidUse<T> {
write!(
f,
"conflicting usages. Current usage {current:?} and new usage {new:?}. \
{exclusive:?} is an exclusive usage and cannot be used with any other\
{exclusive:?} is an exclusive usage and cannot be used with any other \
usages within the usage scope (renderpass or compute dispatch)"
)
}
Expand Down

0 comments on commit 4220a42

Please sign in to comment.