bevy/crates/bevy_asset/src
Rob Parrett 7063c86ed4
Fix some typos (#9934)
# Objective

To celebrate the turning of the seasons, I took a small walk through the
codebase guided by the "[code spell
checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)"
VS Code extension and fixed a few typos.
2023-09-26 19:46:24 +00:00
..
io don't ignore some EventKind::Modify (#9767) 2023-09-13 05:45:39 +00:00
processor Fix some typos (#9934) 2023-09-26 19:46:24 +00:00
server Copy on Write AssetPaths (#9729) 2023-09-09 23:15:10 +00:00
assets.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
event.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
folder.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
handle.rs Asset v2: Asset path serialization fix (#9756) 2023-09-13 05:43:01 +00:00
id.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
lib.rs Fix the clippy::explicit_iter_loop lint (#9834) 2023-09-19 03:35:22 +00:00
loader.rs Copy on Write AssetPaths (#9729) 2023-09-09 23:15:10 +00:00
meta.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
path.rs Manual "Reflect Value" AssetPath impl to fix dynamic linking (#9752) 2023-09-13 18:29:19 +00:00
reflect.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
saver.rs Copy on Write AssetPaths (#9729) 2023-09-09 23:15:10 +00:00