Skip to content

Commit

Permalink
fix analyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
wtjerry committed Oct 3, 2019
1 parent 2fb2a70 commit 732e041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public TransitionResult(bool fired, TState newState)
}

/// <summary>
/// Gets a value indicating whether this <see cref="ITransitionResult{TState, TEvent}"/> is fired.
/// Gets a value indicating whether this <see cref="ITransitionResult{TState}"/> is fired.
/// </summary>
/// <value><c>true</c> if fired; otherwise, <c>false</c>.</value>
public bool Fired { get; }
Expand Down

0 comments on commit 732e041

Please sign in to comment.