mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
fix typo (#6591)
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user