Skip to content

Commit

Permalink
chore: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Dec 14, 2024
1 parent 7f391a4 commit 2497bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/properties/load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl DeserializedMapProperties<false> {
}
}

/// Properties for an entity deserialized from a [`Properties`](tiled::Properties)
/// Properties for an entity deserialized from a [`Properties`]
#[derive(Debug)]
pub(crate) struct DeserializedProperties {
pub(crate) properties: Vec<Box<dyn PartialReflect>>,
Expand Down

0 comments on commit 2497bd5

Please sign in to comment.