Skip to content

Commit

Permalink
Fix mistake in Access doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nical authored and kvark committed Feb 15, 2022
1 parent 1c17d15 commit 210014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/hub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ impl<T, I: id::TypedId> Storage<T, I> {
}

/// Type system for enforcing the lock order on shared HUB structures.
/// If type A implements `Access<A>`, that means we are allowed to proceed
/// If type A implements `Access<B>`, that means we are allowed to proceed
/// with locking resource `B` after we lock `A`.
///
/// The implenentations basically describe the edges in a directed graph
Expand Down

0 comments on commit 210014e

Please sign in to comment.