Skip to content

Commit ce91a2e

Browse files
committed
DOCATT-8567: Closed the string in the example code in the docs for the Separator field and groups property
1 parent b3ff5cb commit ce91a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/com.unity.inputsystem/InputSystem/Actions/InputBinding.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public struct InputBinding : IEquatable<InputBinding>
6161
/// // A binding that belongs to the "Keyboard&amp;Mouse" and "Gamepad" group.
6262
/// new InputBinding
6363
/// {
64-
/// path = "*/{PrimaryAction},
64+
/// path = "*/{PrimaryAction}",
6565
/// groups = "Keyboard&amp;Mouse;Gamepad"
6666
/// };
6767
/// </code>
@@ -281,7 +281,7 @@ public string overrideProcessors
281281
/// <code>
282282
/// new InputBinding
283283
/// {
284-
/// path = "*/{PrimaryAction},
284+
/// path = "*/{PrimaryAction}",
285285
/// // Associate the binding both with the "KeyboardMouse" and
286286
/// // the "Gamepad" group.
287287
/// groups = "KeyboardMouse;Gamepad",

0 commit comments

Comments
 (0)