mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue