Skip to content

Commit

Permalink
Merge pull request #722 from github/esbena-patch-2
Browse files Browse the repository at this point in the history
Fix typo in docstring
  • Loading branch information
Andrew Eisenberg authored and GitHub committed Sep 1, 2021
2 parents c0a5878 + 72399ae commit 7e2215b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 7e2215b

Please sign in to comment.