Skip to content

Commit d708ad6

Browse files
Merge pull request #464 from tonyhallett/patch-1
Correct doc comments
2 parents 5071b7e + 3335a42 commit d708ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolkit/Community.VisualStudio.Toolkit.Shared/ExtensionMethods/AsyncPackageExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static async Task<IEnumerable<object>> RegisterCommandsAsync(this AsyncPa
4949
}
5050

5151
/// <summary>
52-
/// Automatically calls the <see cref="BaseCommand{T}.InitializeAsync(AsyncPackage)"/> method for every command that has the <see cref="CommandAttribute"/> applied.
52+
/// Automatically calls the <see cref="BaseToolWindow{T}.Initialize(ToolkitPackage)"/> method for every BaseToolWindow<> in the package or provided assemblies.
5353
/// </summary>
5454
/// <param name="package"></param>
5555
/// <param name="assemblies"></param>

0 commit comments

Comments
 (0)