Skip to content

Commit 5b145b2

Browse files
steveisokCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 60cb911 commit 5b145b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libraries/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/FileVersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public string? SpecialBuild
290290
/// <returns>A <see cref="FileVersionInfo" /> containing information about the file. If the file did not contain version information, the <see cref="FileVersionInfo" /> contains only the name of the file requested.</returns>
291291
/// <remarks>
292292
/// <note type="caution">
293-
/// Use this with only trusted files. Malformed or malicious files can cause unexpected behavior.
293+
/// Use this only with trusted files. Malformed or malicious files can cause unexpected behavior.
294294
/// </note>
295295
/// </remarks>
296296
/// <exception cref="FileNotFoundException"><paramref name="fileName"/> does not exist or cannot be accessed.</exception>

0 commit comments

Comments
 (0)