Skip to content

Commit 1ea3b00

Browse files
Copilotbrettfo
andauthored
Improve XML doc comment wording in BindingRedirectResolver.cs
Co-authored-by: brettfo <926281+brettfo@users.noreply.github.com>
1 parent a3c4569 commit 1ea3b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuget/helpers/lib/NuGetUpdater/NuGetUpdater.Core/Updater/BindingRedirectResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static bool TryParseIncludesString(string include, [NotNullWhen(true)] out Assem
5555
private static readonly Regex IncludesRegex = IncludesPattern();
5656

5757
/// <summary>
58-
/// Wraps system <see cref="IAssembly"/> interface to interop with nuget apis
58+
/// Wraps the system <see cref="IAssembly"/> interface for interoperability with NuGet APIs.
5959
/// </summary>
6060
private class AssemblyWrapper : IAssembly
6161
{

0 commit comments

Comments
 (0)