Skip to content

Commit 3e4d856

Browse files
authored
Fix typo
1 parent a58e7d8 commit 3e4d856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ async function run() {
633633
// * either we run `codeql` prior to 2.19.3, which means no rust support is possible
634634
// * or we run a version between 2.19.3 and 2.22.1 (excluded), when rust support was
635635
// 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
636+
// However, there is no need to let users know about the experimental feature flag at
637637
// this point, if they want rust support they should chose a version which supports it
638638
// publicly.
639639
if (

0 commit comments

Comments
 (0)