Skip to content

Commit 7e2215b

Browse files
authored
Merge pull request #722 from github/esbena-patch-2
Fix typo in docstring
2 parents c0a5878 + 72399ae commit 7e2215b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/util.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function getAddSnippetsFlag(
123123

124124
/**
125125
* Get the codeql `--threads` value specified for the `threads` input.
126-
* If not value was specified, all available threads will be used.
126+
* If no value was specified, all available threads will be used.
127127
*
128128
* The value will be capped to the number of available CPUs.
129129
*

0 commit comments

Comments
 (0)