We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856cd55 commit 3ee8ceaCopy full SHA for 3ee8cea
2 files changed
lib/reference.js
@@ -34,7 +34,7 @@ Reference.prototype.isConcrete = function() {
34
35
/**
36
* Returns if the ref is pointed at by HEAD
37
- * @return {bool}
+ * @return {Boolean}
38
*/
39
Reference.prototype.isHead = function() {
40
return Branch.isHead(this);
lib/repository.js
@@ -495,7 +495,7 @@ Repository.prototype.continueRebase = function(
495
* @async
496
* @param {String} name Branch name, e.g. "master"
497
* @param {Commit|String|Oid} commit The commit the branch will point to
498
- * @param {bool} force Overwrite branch if it exists
+ * @param {Boolean} force Overwrite branch if it exists
499
* @return {Reference}
500
501
Repository.prototype.createBranch = function(name, commit, force) {
0 commit comments