Skip to content

Commit e3d9e47

Browse files
spouliotagneszitte
andauthored
fix: better comments
Co-authored-by: Agnès ZITTE <[email protected]>
1 parent 3135245 commit e3d9e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UWP/UI/Colors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static Color FromARGB(string colorCode)
8787
len -= offset;
8888
}
8989

90-
// deal with optional alpha value
90+
// deal with an optional alpha value
9191
if (len == 4)
9292
{
9393
a = ToByte(colorCode[offset++]);

0 commit comments

Comments
 (0)