Explorar o código

Fix minor typo in Readme.

Jason Southwell %!s(int64=6) %!d(string=hai) anos
pai
achega
e3dfd36ad0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ If you want more control over the image or would like to do custom drawing, the
 var
   qr : TQRCode;
 begin
-  qry:= TQRCode.Create;
+  qr:= TQRCode.Create;
   try
     qr.OnPaint :=
       procedure(Width, Height : integer; BlackRects : TArray<TRect>)