Skip to content

Commit

Permalink
fix period in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Laird-McConnell committed May 6, 2020
1 parent 7efd7c1 commit e53da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Microsoft.Bot.Builder.Dialogs/DialogContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public DialogInstance ActiveDialog
/// Gets the current DialogManager for this dialogContext.
/// </summary>
/// <value>
/// The root dialogManager that was used to create this dialog context chain. (if any)
/// The root dialogManager that was used to create this dialog context chain.
/// </value>
public DialogManager DialogManager => this.Context.TurnState.Get<DialogManager>();

Expand Down

0 comments on commit e53da83

Please sign in to comment.