Skip to content

Commit 34cfaf6

Browse files
committed
Further documentation feedback fix
1 parent 574ebf5 commit 34cfaf6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,8 @@ public string path
307307
new ReadOnlyArray<InternedString>(m_Device.m_AliasesForEachControl, m_AliasStartIndex, m_AliasCount);
308308

309309
/// <summary>
310-
/// Information about where the control stores its state.
311-
/// </summary>
312-
/// <value>
313310
/// Information about where the control stores its state, such as format, offset and size.
314-
/// </value>
311+
/// </summary>
315312
public InputStateBlock stateBlock => m_StateBlock;
316313

317314
/// <summary>

0 commit comments

Comments
 (0)