mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-18 21:25:12 +00:00
Generate documentation comments for the
`Reactive` project
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Octokit.Reactive
|
||||
/// <param name="repo">The name of the repository</param>
|
||||
/// <param name="name">The name of the label</param>
|
||||
/// <param name="labelUpdate">The data for the label to be updated</param>
|
||||
/// <returns>The updated label</returns>'
|
||||
/// <returns>The updated label</returns>
|
||||
public IObservable<Label> Update(string owner, string repo, string name, LabelUpdate labelUpdate)
|
||||
{
|
||||
return _client.Update(owner, repo, name, labelUpdate).ToObservable();
|
||||
|
||||
Reference in New Issue
Block a user