Skip to content

Commit

Permalink
Fix comment at ManagementEventWatcher.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros committed Mar 19, 2024
1 parent 928045d commit 846bde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.App/Helpers/WMI/ManagementEventWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Files.App.Helpers
public delegate void EventArrivedEventHandler(object sender, EventArrivedEventArgs e);

/// <summary>
/// A public sealed class used to start/stop the subscription to specific indication source,
/// A public class used to start/stop the subscription to specific indication source,
/// and listen to the incoming indications, event <see cref="EventArrived" />
/// will be raised for each cimindication.
/// Original Sourced from: https://codereview.stackexchange.com/questions/255055/trying-to-replace-managementeventwatcher-class-in-system-management-to-switch-to
Expand Down

0 comments on commit 846bde1

Please sign in to comment.