We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47055de commit 183f02dCopy full SHA for 183f02d
ScreenCapture.NET/Generic/AbstractScreenCapture.cs
@@ -13,7 +13,7 @@ public abstract class AbstractScreenCapture<TColor> : IScreenCapture
13
private bool _isDisposed;
14
15
/// <summary>
16
- /// Gets a list of <see cref="CaptureZone{TColol}"/> registered on this ScreenCature.
+ /// Gets a list of <see cref="CaptureZone{TColol}"/> registered on this ScreenCapture.
17
/// </summary>
18
protected HashSet<CaptureZone<TColor>> CaptureZones { get; } = new();
19
@@ -244,4 +244,4 @@ public void Dispose()
244
protected virtual void Dispose(bool disposing) { }
245
246
#endregion
247
-}
+}
0 commit comments