Skip to content

Commit

Permalink
doc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Oct 2, 2024
1 parent fc7739d commit fc47fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librashader-presets/src/preset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub type ShaderPassConfig = PathReference<ShaderPassMeta>;
/// Configuration options for a lookup texture used in the shader.
pub type TextureConfig = PathReference<TextureMeta>;

/// 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<M> {
Expand Down

0 comments on commit fc47fb4

Please sign in to comment.