Skip to content

Commit f6d19cd

Browse files
Shane32gfoidl
andauthored
Update QRCoder/Base64QRCode.cs
Co-authored-by: Günther Foidl <[email protected]>
1 parent 5cf388d commit f6d19cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QRCoder/Base64QRCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public enum ImageType
120120
public static class Base64QRCodeHelper
121121
{
122122
/// <summary>
123-
/// Creates a base64-encoded QR code with a single function call.
123+
/// Creates a base64-encoded QR code as a one-shot operation.
124124
/// </summary>
125125
/// <param name="plainText">The text or payload to be encoded inside the QR code.</param>
126126
/// <param name="pixelsPerModule">The number of pixels each dark/light module of the QR code will occupy in the final QR code image.</param>

0 commit comments

Comments
 (0)