Skip to content

Commit 980d936

Browse files
committed
format fix
1 parent 5f55579 commit 980d936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/ControlPicker/InputControlPathEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public InputControlPathEditor(SerializedProperty pathProperty, InputControlPicke
3030
{
3131
if (pathProperty == null)
3232
throw new ArgumentNullException(nameof(pathProperty));
33-
// Update the static pathProperty variable to the most recent serializedProperty.
33+
// Update the static pathProperty variable to the most recent serializedProperty.
3434
// See comment on pathProperty for more information.
3535
InputControlPathEditor.pathProperty = pathProperty;
3636
this.onModified = onModified;

0 commit comments

Comments
 (0)