From b75f46cfbe2a2a1154dd8411f37ffeab336e1098 Mon Sep 17 00:00:00 2001 From: atlv Date: Fri, 22 Nov 2024 21:09:48 -0500 Subject: [PATCH] fix typo (#6591) --- wgpu-core/src/instance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu-core/src/instance.rs b/wgpu-core/src/instance.rs index 5c8aef3cd1..89b37c78a7 100644 --- a/wgpu-core/src/instance.rs +++ b/wgpu-core/src/instance.rs @@ -653,7 +653,7 @@ pub enum GetSurfaceSupportError { #[derive(Clone, Debug, Error)] #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] -/// Error when requesting a device from the adaptor +/// Error when requesting a device from the adapter #[non_exhaustive] pub enum RequestDeviceError { #[error(transparent)]