Skip to content

Commit 5c0c8dd

Browse files
committed
doc+fix(host-target): termsToTarget takes 2 params
1 parent 56d0da6 commit 5c0c8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

host-targets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ HostTargets._MATCHERS = {
130130

131131
/**
132132
* @param {Object.<"os"|"arch"|"libc", String>} target
133+
* @param {Array<String>} terms
133134
*/
134135
HostTargets.termsToTarget = function (target, terms) {
135136
let bogoTerms = [];

0 commit comments

Comments
 (0)