فهرست منبع

* Rephrase more clear

Michaël Van Canneyt 3 سال پیش
والد
کامیت
9e631db928
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/fcl-web/src/websocket/fpwebsocket.pp

+ 1 - 1
packages/fcl-web/src/websocket/fpwebsocket.pp

@@ -267,7 +267,7 @@ type
     Sequences : TFrameSequences;
     IsText : Boolean;
     // Use these only when IsText is true (PayLoad contains valid UTF-8).
-    // You may use try to use them when IsText is false, but there is no guarantee they will give correct results.
+    // You may use them when IsText is false, but only if you know there is valid UTF-8 in payload.
     // Return Payload as a UTF8 string
     Property AsString : UTF8String Read GetAsString;
     // Return Payload as a UTF8 string