浏览代码

Correcting GetSHA256OfUnicodeString example (#406)

* Correcting GetSHA256OfUnicodeString example

The hash shown in the example shows a hash of `test`, not `Test`.

* Correcting the hash instead of the hashed string in GetSHA256OfUnicodeString example
Martin Prikryl 4 年之前
父节点
当前提交
359a37e297
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ISHelp/isxfunc.xml

+ 1 - 1
ISHelp/isxfunc.xml

@@ -1230,7 +1230,7 @@ end;
   SHA256: String;
 begin
   SHA256 := GetSHA256OfUnicodeString('Test');
-  // SHA256 = 'fe520676b1a1d93dabab2319eea03674f3632eaeeb163d1e88244f5eb1de10eb'
+  // SHA256 = 'e6fa3ca87b1b641ab646d3b4933bba8d0970763f030b6578a60abdeae7366247'
 end;
 </pre></example>
       </function>