Skip to content

Commit

Permalink
Removewd paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
ekcoh committed Dec 3, 2024
1 parent 4735c2a commit adf6ff8
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2093,12 +2093,9 @@ public unsafe double startTime
/// <remarks>
/// The type of value returned by an action is usually determined by the
/// <see cref="InputControl"/> that triggered the action, i.e. by the
/// control referenced from <see cref="control"/>.
/// <para>
/// However, if the binding that triggered is a composite, then the composite
/// will determine values and not the individual control that triggered (that
/// one just feeds values into the composite).
/// </para>
/// control referenced from <see cref="control"/>. However, if the binding that
/// triggered is a composite, then the composite will determine values and
/// not the individual control that triggered (that one just feeds values into the composite).
/// </remarks>
/// <seealso cref="InputControl.valueType"/>
/// <seealso cref="InputBindingComposite.valueType"/>
Expand Down

0 comments on commit adf6ff8

Please sign in to comment.