Skip to content

Commit

Permalink
fix(docs): fix erroneous documentation comment in TestBed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed May 5, 2023
1 parent 3dba6e8 commit 24ead3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/UIComponents/Testing/TestBed.cs
Expand Up @@ -23,7 +23,7 @@ public sealed class TestBed<TComponent> where TComponent : UIComponent
private readonly Type _componentType = typeof(TComponent);

/// <summary>
/// Returns a dependency instance as requested by consumer type <typeparamref name="TConsumer"/>.
/// Returns a dependency instance as requested by dependency type <typeparamref name="TDependency"/>.
/// </summary>
/// <typeparam name="TDependency">Dependency type</typeparam>
/// <returns>Dependency instance</returns>
Expand Down

0 comments on commit 24ead3e

Please sign in to comment.