Apply suggestions from code review

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Jonathan Leitschuh
2021-02-16 16:46:12 -05:00
committed by Jonathan Leitschuh
parent 7929faedc0
commit 41b5011b81

View File

@@ -36,7 +36,7 @@ For example: <code>PosixFilePermissions.asFileAttribute(EnumSet.of(PosixFilePerm
<sample src="TempDirUsageVulnerable.java"/>
<p>In the following example, files and directories are created with file permissions protecting their contents.</p>
<p>In the following example, files and directories are created with file permissions that protect their contents.</p>
<sample src="TempDirUsageSafe.java"/>
</example>