Skip to content

Commit 8cf4a33

Browse files
authored
docs: Add missing @returns tag to goBuildTags JSDoc (#604)
1 parent 94bdf13 commit 8cf4a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Herebyfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const defaultGoBuildTags = [
4444

4545
/**
4646
* @param {...string} extra
47-
* @returns
47+
* @returns {string[]}
4848
*/
4949
function goBuildTags(...extra) {
5050
const tags = new Set(defaultGoBuildTags.concat(extra));

0 commit comments

Comments
 (0)