We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05e46c commit b75f46cCopy full SHA for b75f46c
wgpu-core/src/instance.rs
@@ -653,7 +653,7 @@ pub enum GetSurfaceSupportError {
653
654
#[derive(Clone, Debug, Error)]
655
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
656
-/// Error when requesting a device from the adaptor
+/// Error when requesting a device from the adapter
657
#[non_exhaustive]
658
pub enum RequestDeviceError {
659
#[error(transparent)]
0 commit comments