Merge pull request #722 from github/esbena-patch-2
Fix typo in docstring
This commit is contained in:
commit
7e2215bc92
2 changed files with 2 additions and 2 deletions
2
lib/util.js
generated
2
lib/util.js
generated
|
|
@ -129,7 +129,7 @@ function getAddSnippetsFlag(userInput) {
|
|||
exports.getAddSnippetsFlag = getAddSnippetsFlag;
|
||||
/**
|
||||
* Get the codeql `--threads` value specified for the `threads` input.
|
||||
* If not value was specified, all available threads will be used.
|
||||
* If no value was specified, all available threads will be used.
|
||||
*
|
||||
* The value will be capped to the number of available CPUs.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ export function getAddSnippetsFlag(
|
|||
|
||||
/**
|
||||
* Get the codeql `--threads` value specified for the `threads` input.
|
||||
* If not value was specified, all available threads will be used.
|
||||
* If no value was specified, all available threads will be used.
|
||||
*
|
||||
* The value will be capped to the number of available CPUs.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue