Skip to content

Commit 5fcc701

Browse files
committed
Fixed typo in method comment
1 parent 34ec612 commit 5fcc701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QRCoder/PngByteQRCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public PngByteQRCode(QRCodeData data) : base(data)
1818

1919

2020
/// <summary>
21-
/// Creates a black &amp; white PNG of the QR code, using 1-bit grayscale.
21+
/// Creates a black & white PNG of the QR code, using 1-bit grayscale.
2222
/// </summary>
2323
public byte[] GetGraphic(int pixelsPerModule)
2424
{

0 commit comments

Comments
 (0)