From b84e878ab20fddba5484f0771231ab252f747c63 Mon Sep 17 00:00:00 2001 From: MevLyshkin Date: Sat, 7 Jun 2025 19:37:53 +0200 Subject: [PATCH] Update mod.rs Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com> --- crates/bevy_remote/src/schemas/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_remote/src/schemas/mod.rs b/crates/bevy_remote/src/schemas/mod.rs index 5770af99df..af7a82eb03 100644 --- a/crates/bevy_remote/src/schemas/mod.rs +++ b/crates/bevy_remote/src/schemas/mod.rs @@ -59,7 +59,7 @@ impl SchemaTypesMetadata { self.has_data_type_by_id(TypeId::of::(), types_string_slice) } - /// checks if slice contains string value that matches checked `TypeData` by id. + /// Checks if slice contains string value that matches checked `TypeData` by id. pub fn has_data_type_by_id(&self, id: TypeId, types_string_slice: &[String]) -> bool { self.data_types .get(&id)