jenkins-bot has submitted this change and it was merged. Change subject: Fix mistake/outdated link in JSDuck documentation ......................................................................
Fix mistake/outdated link in JSDuck documentation Change-Id: I4e019d681ed6bd28eddcf6992e9f9f76177a9003 --- M CONTRIBUTING.md 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Hoo man: Looks good to me, approved jenkins-bot: Verified diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df3f537..f8b899c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ ### Annotations We use the following annotations. They should be used in the order as they are described -here, for consistency. See [JSDuck/Tags](https://github.com/senchalabs/jsduck/wiki/Tags) +here, for consistency. See [JSDuck](https://github.com/senchalabs/jsduck/wiki) for more elaborate documentation. * @class Name (optional, guessed) @@ -117,7 +117,7 @@ * @context {Type} Optional text. * @param {Type} name Optional text. * @emits name -* @returns {Type} Optional text. +* @return {Type} Optional text. * @chainable * @throws {Type} -- To view, visit https://gerrit.wikimedia.org/r/318496 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4e019d681ed6bd28eddcf6992e9f9f76177a9003 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ContentTranslation Gerrit-Branch: master Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
