Skip to content

Commit b75f46c

Browse files
authored
fix typo (#6591)
1 parent e05e46c commit b75f46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu-core/src/instance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ pub enum GetSurfaceSupportError {
653653

654654
#[derive(Clone, Debug, Error)]
655655
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
656-
/// Error when requesting a device from the adaptor
656+
/// Error when requesting a device from the adapter
657657
#[non_exhaustive]
658658
pub enum RequestDeviceError {
659659
#[error(transparent)]

0 commit comments

Comments
 (0)