Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asmsuechan authored and oktapodia committed Aug 14, 2020
1 parent 01a4842 commit afe6fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ class Issue extends Requestable {
}

/**
* Add label to an issue
* Add a label to an issue
* @see https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue
* @param {number} issue - the id of the issue to comment on
* @param {string} label - the name of the label to add to the issue
* @param {array} label - the names of the label to add to the issue
* @param {Requestable.callback} [cb] - will receive the status
* @return {Promise} - the promise for the http request
*/
Expand All @@ -260,7 +260,7 @@ class Issue extends Requestable {
}

/**
* Add label to an issue
* Remove a label from an issue
* @see https://developer.github.com/v3/issues/labels/#remove-a-label-from-an-issue
* @param {number} issue - the id of the issue to comment on
* @param {string} label - the name of the label to remove to the issue
Expand Down

0 comments on commit afe6fec

Please sign in to comment.