1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-07-20 07:47:45 +00:00

Update outdated ResourceResolver docs

This commit is contained in:
Joshua Goins 2025-07-08 22:46:44 -04:00
parent 65d85e51fa
commit beebbaa01c

View file

@ -5,7 +5,7 @@ use crate::ByteBuffer;
use super::Resource; use super::Resource;
/// Allows chaining multiple FileSources together. /// Allows chaining multiple Resources together.
/// ///
/// # Example /// # Example
/// ///