Fix a copy-paste typo doc (#13004)
trivial, new doc copied from https://github.com/bevyengine/bevy/blob/main/crates/bevy_asset/src/io/mod.rs#L138
This commit is contained in:
parent
cae07ef56a
commit
cab1c5702a
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user