We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf388d commit f6d19cdCopy full SHA for f6d19cd
QRCoder/Base64QRCode.cs
@@ -120,7 +120,7 @@ public enum ImageType
120
public static class Base64QRCodeHelper
121
{
122
/// <summary>
123
- /// Creates a base64-encoded QR code with a single function call.
+ /// Creates a base64-encoded QR code as a one-shot operation.
124
/// </summary>
125
/// <param name="plainText">The text or payload to be encoded inside the QR code.</param>
126
/// <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