Skip to content

Commit cab1c57

Browse files
authored
1 parent cae07ef commit cab1c57

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_asset/src/io

1 file changed

+1
-1
lines changed

crates/bevy_asset/src/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub trait AssetReader: Send + Sync + 'static {
9999
&'a self,
100100
path: &'a Path,
101101
) -> impl ConditionalSendFuture<Output = Result<Box<PathStream>, AssetReaderError>>;
102-
/// Returns an iterator of directory entry names at the provided path.
102+
/// Returns true if the provided path points to a directory.
103103
fn is_directory<'a>(
104104
&'a self,
105105
path: &'a Path,

0 commit comments

Comments
 (0)