Remove stray comma

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Ed Minnix
2024-01-08 11:09:11 -05:00
parent b8466b45be
commit 55da62e9cf

View File

@@ -35,7 +35,7 @@ safe before using it.</p>
</example>
<references>
<li>
The Java Tutorials: <a href="https://docs.oracle.com/javase/tutorial/essential/environment/env.html">, Environment Variables</a>.
The Java Tutorials: <a href="https://docs.oracle.com/javase/tutorial/essential/environment/env.html">Environment Variables</a>.
</li>
<li>
OWASP: <a href="https://owasp.org/www-community/attacks/Command_Injection">Command injection</a>.