Skip to content

Commit c0696f3

Browse files
committed
Fixed a comment describing the Exclusive Selector
1 parent 104d28a commit c0696f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BehaviorLibrary/Components/Composites/ExclusiveSelector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ExclusiveSelector : BehaviourComponent
1212
/// Selects among the given behavior components (exclusive on running)
1313
/// Performs an OR-Like behavior and will "fail-over" to each successive component until Success is reached or Failure is certain
1414
/// -Returns Success if a behavior component returns Success
15-
/// -Returns Running if all behavior components return Running
15+
/// -Returns Running if any behavior components return Running and none return Success
1616
/// -Returns Failure if all behavior components returned Failure
1717
/// </summary>
1818
/// <param name="behaviours">one to many behavior components</param>

0 commit comments

Comments
 (0)