Fix KernelOpen qhelp

This commit is contained in:
Peter Stöckli
2022-11-22 11:25:10 +01:00
parent d8752a0b12
commit 315480824b

View File

@@ -18,7 +18,7 @@ The same vulnerability applies to <code>IO.read</code>, <code>IO.write</code>,
does not have this vulnerability. Similarly, use the methods from the <code>File</code>
class instead of the <code>IO</code> class e.g. <code>File.read</code> instead
of <code>IO.read</code>.</p>
<p>Instead of <code>URI.open</code> use <code>URI(<uri>).open</code> or an HTTP Client.</p>
<p>Instead of <code>URI.open</code> use <code>URI(..).open</code> or an HTTP Client.</p>
</recommendation>
<example>