Skip to content

Commit cf13492

Browse files
Fix typo in comment
Co-authored-by: Anthony Yakovlev <[email protected]>
1 parent 25bd4b1 commit cf13492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/Android/AndroidGameController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public class DualShock4GamepadAndroid : DualShockGamepad
231231
}
232232

233233
/// <summary>
234-
/// A XboxOne controller connected to an Android device.
234+
/// An XboxOne controller connected to an Android device.
235235
/// </summary>
236236
[InputControlLayout(stateType = typeof(AndroidGameControllerState), displayName = "Android Xbox One Controller",
237237
variants = AndroidGameControllerState.Variants.Gamepad + InputControlLayout.VariantSeparator + AndroidGameControllerState.Variants.DPadAxes)]

0 commit comments

Comments
 (0)