diff --git a/Assets/UIComponents/Testing/TestBed.cs b/Assets/UIComponents/Testing/TestBed.cs index d2b35991..934e29b8 100644 --- a/Assets/UIComponents/Testing/TestBed.cs +++ b/Assets/UIComponents/Testing/TestBed.cs @@ -23,7 +23,7 @@ public sealed class TestBed where TComponent : UIComponent private readonly Type _componentType = typeof(TComponent); /// - /// Returns a dependency instance as requested by consumer type . + /// Returns a dependency instance as requested by dependency type . /// /// Dependency type /// Dependency instance