XML docs fixes

This commit is contained in:
aedampir@gmail.com
2016-06-15 17:06:48 +07:00
parent a29603b5fb
commit 3ea14d9cff
2 changed files with 4 additions and 4 deletions
@@ -18,7 +18,7 @@ namespace Octokit.Reactive
/// <param name="name">The name of the repository</param>
/// <param name="number">The comment id</param>
/// <param name="reaction">The reaction to create </param>
/// <returns>An <see cref="IObservable{Reaction}"/> of < see cref="Reaction"/> representing created reaction for specified comment id.</returns>
/// <returns>An <see cref="IObservable{Reaction}"/> of <see cref="Reaction"/> representing created reaction for specified comment id.</returns>
IObservable<Reaction> Create(string owner, string name, int number, NewReaction reaction);
/// <summary>
@@ -28,7 +28,7 @@ namespace Octokit.Reactive
/// <param name="repositoryId">The ID of the repository</param>
/// <param name="number">The comment id</param>
/// <param name="reaction">The reaction to create </param>
/// <returns>An <see cref="IObservable{Reaction}"/> of < see cref="Reaction"/> representing created reaction for specified comment id.</returns>
/// <returns>An <see cref="IObservable{Reaction}"/> of <see cref="Reaction"/> representing created reaction for specified comment id.</returns>
IObservable<Reaction> Create(int repositoryId, int number, NewReaction reaction);
/// <summary>