diff --git a/librashader-presets/src/preset.rs b/librashader-presets/src/preset.rs index a3512ee..78b52f4 100644 --- a/librashader-presets/src/preset.rs +++ b/librashader-presets/src/preset.rs @@ -11,7 +11,7 @@ pub type ShaderPassConfig = PathReference; /// Configuration options for a lookup texture used in the shader. pub type TextureConfig = PathReference; -/// A reference to a resource on desk. +/// A reference to a resource on disk. #[derive(Debug, Clone)] #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] pub struct PathReference {