Skip to content

Commit 8c159e8

Browse files
fixed xmldoc issue
1 parent eeb7e1c commit 8c159e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/Tests/TestFixture/InputTestFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@ public void Trigger(InputAction action)
844844
/// <summary>
845845
/// Utility function for manually scheduling an InputFocusEvent.
846846
/// This is useful for testing how the system reacts to focus changes.
847-
/// <param name = "focus">The focus state to be scheduled.</param>
848847
/// </summary>
848+
/// <param name="focus">The focus state to be scheduled.</param>
849849
public unsafe void ScheduleFocusEvent(bool focus)
850850
{
851851
#if UNITY_INPUTSYSTEM_SUPPORTS_FOCUS_EVENTS

0 commit comments

Comments
 (0)