Skip to content

Commit

Permalink
gist id is string
Browse files Browse the repository at this point in the history
  • Loading branch information
disjukr authored and clayreimann committed Apr 9, 2019
1 parent e26c292 commit 9fb1f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GitHub.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class GitHub {

/**
* Create a new Gist wrapper
* @param {number} [id] - the id for the gist, leave undefined when creating a new gist
* @param {string} [id] - the id for the gist, leave undefined when creating a new gist
* @return {Gist}
*/
getGist(id) {
Expand Down

0 comments on commit 9fb1f2f

Please sign in to comment.