Skip to content

Commit b11f4db

Browse files
Merge pull request #2463 from n0099/main
fix a typo in XML comment for struct `Rgb48`
2 parents b9e3cd8 + 107e37e commit b11f4db

File tree

1 file changed

+1
-1
lines changed
  • src/ImageSharp/PixelFormats/PixelImplementations

1 file changed

+1
-1
lines changed

src/ImageSharp/PixelFormats/PixelImplementations/Rgb48.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace SixLabors.ImageSharp.PixelFormats;
99

1010
/// <summary>
11-
/// Packed pixel type containing three 16-bit unsigned normalized values ranging from 0 to 635535.
11+
/// Packed pixel type containing three 16-bit unsigned normalized values ranging from 0 to 65535.
1212
/// <para>
1313
/// Ranges from [0, 0, 0, 1] to [1, 1, 1, 1] in vector form.
1414
/// </para>

0 commit comments

Comments
 (0)