diff --git a/ScreenCapture.NET/Generic/IScreenCapture.cs b/ScreenCapture.NET/Generic/IScreenCapture.cs index cc423bd..1613789 100644 --- a/ScreenCapture.NET/Generic/IScreenCapture.cs +++ b/ScreenCapture.NET/Generic/IScreenCapture.cs @@ -18,7 +18,7 @@ public interface IScreenCapture : IDisposable event EventHandler? Updated; /// - /// Attemts to capture the current frame showed on the . + /// Attempts to capture the current frame showed on the . /// /// true if the current frame was captures successfully; otherwise, false. bool CaptureScreen(); @@ -59,4 +59,4 @@ public interface IScreenCapture : IDisposable /// Restarts the . /// void Restart(); -} \ No newline at end of file +}