Skip to content

Commit e109c57

Browse files
committed
one more doc error fix
1 parent ce2ea7b commit e109c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Controls/ButtonControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public class ButtonControl : AxisControl
7373
/// <remarks>
7474
/// The default format for the button control is <see cref="InputStateBlock.FormatBit"/>.
7575
/// The button control's minimum value is set to 0 and the maximum value to 1.
76+
/// </remarks>
7677
/// <example>
7778
/// <code>
7879
/// using UnityEngine;
@@ -89,7 +90,6 @@ public class ButtonControl : AxisControl
8990
/// }
9091
/// </code>
9192
/// </example>
92-
/// </remarks>
9393
/// <seealso cref="AxisControl"/>
9494
public ButtonControl()
9595
{

0 commit comments

Comments
 (0)