Skip to content

Commit 9fb1f2f

Browse files
disjukrclayreimann
authored andcommitted
gist id is string
1 parent e26c292 commit 9fb1f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/GitHub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class GitHub {
3434

3535
/**
3636
* Create a new Gist wrapper
37-
* @param {number} [id] - the id for the gist, leave undefined when creating a new gist
37+
* @param {string} [id] - the id for the gist, leave undefined when creating a new gist
3838
* @return {Gist}
3939
*/
4040
getGist(id) {

0 commit comments

Comments
 (0)