We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58e7d8 commit 3e4d856Copy full SHA for 3e4d856
src/init-action.ts
@@ -633,7 +633,7 @@ async function run() {
633
// * either we run `codeql` prior to 2.19.3, which means no rust support is possible
634
// * or we run a version between 2.19.3 and 2.22.1 (excluded), when rust support was
635
// experimental and required explicitly setting CODEQL_ENABLE_EXPERIMENTAL_FEATURES
636
- // However, there is not need to let users know about the experimental feature flag at
+ // However, there is no need to let users know about the experimental feature flag at
637
// this point, if they want rust support they should chose a version which supports it
638
// publicly.
639
if (
0 commit comments