Skip to content

Commit d8f1dae

Browse files
committed
Merge pull request #935 from smith-kyle/merge-docs
Docs: improved Merge.merge param docs
2 parents d63b3f1 + 90d80ab commit d8f1dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/merge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Merge.commits = function(repo, ourCommit, theirCommit, options) {
2929
* Merge a commit into HEAD and writes the results to the working directory.
3030
*
3131
* @param {Repository} repo Repository that contains the given commits
32-
* @param {Commit} theirHead The annotated to merge into HEAD
32+
* @param {AnnotatedCommit} theirHead The annotated commit to merge into HEAD
3333
* @param {MergeOptions} [mergeOpts] The merge tree options (null for default)
3434
* @param {CheckoutOptions} [checkoutOpts] The checkout options
3535
* (null for default)

0 commit comments

Comments
 (0)