Skip to content

Commit

Permalink
Update DialogService.cs
Browse files Browse the repository at this point in the history
Added missing doc string for `containerExtension` parameter
  • Loading branch information
Gineus authored Jul 8, 2021
1 parent 5eb1757 commit bfc2682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wpf/Prism.Wpf/Services/Dialogs/DialogService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class DialogService : IDialogService
/// <summary>
/// Initializes a new instance of the <see cref="DialogService"/> class.
/// </summary>
/// <param name="containerExtension"></param>
/// <param name="containerExtension">The <see cref="IContainerExtension" /></param>
public DialogService(IContainerExtension containerExtension)
{
_containerExtension = containerExtension;
Expand Down

0 comments on commit bfc2682

Please sign in to comment.