Skip to content

Commit

Permalink
Fix minor typo (bevyengine#11491)
Browse files Browse the repository at this point in the history
"it's type." -> "its type."
  • Loading branch information
janhohenheim committed Jan 23, 2024
1 parent 2951ddf commit 02bf4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ impl AssetServer {
self.load_internal(None, path, false, None).await
}

/// Load an asset without knowing it's type. The method returns a handle to a [`LoadedUntypedAsset`].
/// Load an asset without knowing its type. The method returns a handle to a [`LoadedUntypedAsset`].
///
/// Once the [`LoadedUntypedAsset`] is loaded, an untyped handle for the requested path can be
/// retrieved from it.
Expand Down

0 comments on commit 02bf4ef

Please sign in to comment.