Fix minor typo (#11491)

"it's type." -> "its type."
This commit is contained in:
Jan Hohenheim 2024-01-23 22:00:57 +01:00 committed by GitHub
parent 2951ddf3d8
commit 02bf4efe64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.