Skip to content

Commit

Permalink
Fix a copy-paste typo doc (#13004)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlv24 authored Apr 17, 2024
1 parent cae07ef commit cab1c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub trait AssetReader: Send + Sync + 'static {
&'a self,
path: &'a Path,
) -> impl ConditionalSendFuture<Output = Result<Box<PathStream>, AssetReaderError>>;
/// Returns an iterator of directory entry names at the provided path.
/// Returns true if the provided path points to a directory.
fn is_directory<'a>(
&'a self,
path: &'a Path,
Expand Down

0 comments on commit cab1c57

Please sign in to comment.