Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bekir Ozturk <60651445+bekir-ozturk@users.noreply.github.com>
  • Loading branch information
vlada-shubina and bekir-ozturk committed Dec 23, 2021
1 parent affacda commit 65befb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.TemplateEngine.Cli/CliTemplateInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ internal static IEnumerable<CliTemplateInfo> FromTemplateInfo(IEnumerable<ITempl
}

/// <summary>
/// Gets the template package which contain the template.
/// Gets the template package which contains the template.
/// </summary>
/// <remarks>
/// The method might throw exceptions if <see cref="TemplatePackageManager.GetTemplatePackageAsync(ITemplateInfo, CancellationToken)"/> call throws.
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.TemplateEngine.Cli/TemplateGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ internal string Name
}

/// <summary>
/// Returns the description of template group
/// Template group description is the name of highest precedence template in the group.
/// If multiple templates have the maximum precedence, the description of first one is returned.
/// Returns the description of template group.
/// Template group description is the description of the template in the group with the highest precedence.
/// If multiple templates have the maximum precedence, the description of the first one is returned.
/// </summary>
internal string Description
{
Expand Down

0 comments on commit 65befb5

Please sign in to comment.