Fix xml doc comment

This commit is contained in:
Cyberboss
2017-11-30 10:18:36 -05:00
parent 81bc98183e
commit 4e10b53b83
+1 -1
View File
@@ -101,7 +101,7 @@ namespace TGS.Interface.Components
/// <summary>
/// Merges the target pull requests into the current branch if the remote is a github repository
/// </summary>
/// <param name="PRnumbers"><see cref="IEnumerable{T}"/> of github pull request numbers and shas in the remote repository</param>
/// <param name="pullRequestInfos"><see cref="IEnumerable{T}"/> of <see cref="PullRequestInfo"/>s containing pull request numbers and shas in the remote repository</param>
/// <param name="silent">Suppresses chat messages if <see langword="true"/></param>
/// <returns><see langword="null"/> on success, list of error messages if any fail failure. Those with indexes of those that succeed will have null entries</returns>
[OperationContract]