diff --git a/lib/merge.js b/lib/merge.js index 79f9a2b44..818f95c02 100644 --- a/lib/merge.js +++ b/lib/merge.js @@ -29,7 +29,7 @@ Merge.commits = function(repo, ourCommit, theirCommit, options) { * Merge a commit into HEAD and writes the results to the working directory. * * @param {Repository} repo Repository that contains the given commits - * @param {Commit} theirHead The annotated to merge into HEAD + * @param {AnnotatedCommit} theirHead The annotated commit to merge into HEAD * @param {MergeOptions} [mergeOpts] The merge tree options (null for default) * @param {CheckoutOptions} [checkoutOpts] The checkout options * (null for default)