Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geckoxx committed Feb 10, 2022
1 parent 6b38170 commit e2a95da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/io/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl TryFrom<std::fs::FileType> for FileType {

/// Metadata information about a file.
///
/// This structure is returned from the [`AssetIo::get_metadata`] method.
/// This structure is returned from the [`AssetIo::get_metadata`](crate::AssetIo) method.
#[derive(Debug, Clone)]
pub struct Metadata {
file_type: FileType,
Expand Down

0 comments on commit e2a95da

Please sign in to comment.