We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae07ef commit cab1c57Copy full SHA for cab1c57
crates/bevy_asset/src/io/mod.rs
@@ -99,7 +99,7 @@ pub trait AssetReader: Send + Sync + 'static {
99
&'a self,
100
path: &'a Path,
101
) -> impl ConditionalSendFuture<Output = Result<Box<PathStream>, AssetReaderError>>;
102
- /// Returns an iterator of directory entry names at the provided path.
+ /// Returns true if the provided path points to a directory.
103
fn is_directory<'a>(
104
105
0 commit comments