Skip to content

Commit c4d9499

Browse files
authored
Fix typo in BlendMode.cs
Change "Substracts" to "Subtracts".
1 parent bb8c11d commit c4d9499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Dom/BlendMode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public enum BlendMode : byte
6767
/// </summary>
6868
SoftLight,
6969
/// <summary>
70-
/// Substracts the darker color to the lighter one. Black on the foreground
70+
/// Subtracts the darker color to the lighter one. Black on the foreground
7171
/// has therefore no effect, white leads to the color of the backdrop, inverted.
7272
/// </summary>
7373
Difference,

0 commit comments

Comments
 (0)