doc: typo

This commit is contained in:
chyyran 2024-10-02 01:09:23 -04:00
parent fc7739d9ab
commit fc47fb4c5a

View file

@ -11,7 +11,7 @@ pub type ShaderPassConfig = PathReference<ShaderPassMeta>;
/// Configuration options for a lookup texture used in the shader. /// Configuration options for a lookup texture used in the shader.
pub type TextureConfig = PathReference<TextureMeta>; pub type TextureConfig = PathReference<TextureMeta>;
/// A reference to a resource on desk. /// A reference to a resource on disk.
#[derive(Debug, Clone)] #[derive(Debug, Clone)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub struct PathReference<M> { pub struct PathReference<M> {