diff --git a/lib/git.js b/lib/git.js index 85857309..8aaf884a 100644 --- a/lib/git.js +++ b/lib/git.js @@ -318,7 +318,7 @@ async function getNote(ref, execaOptions) { } /** - * Get and parse the JSON note of a given reference. + * Add JSON note to a given reference. * * @param {Object} note The object to save in the reference note. * @param {String} ref The Git reference to add the note to.