Fix grammar in comment

This commit is contained in:
Owen Mansel-Chan
2024-05-02 09:59:48 +01:00
parent 16dcc0969b
commit 83249cd9c2
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
# to avoid errors about undefined extensionals.
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel

View File

@@ -1,6 +1,6 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
# to avoid errors about undefined extensionals.
- addsTo:
pack: codeql/go-all
extensible: sourceModel

View File

@@ -1,6 +1,6 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
# to avoid errors about undefined extensionals.
- addsTo:
pack: codeql/java-all
extensible: sourceModel

View File

@@ -1,6 +1,6 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
# to avoid errors about undefined extensionals.
- addsTo:
pack: codeql/java-all
extensible: experimentalSourceModel

View File

@@ -1,6 +1,6 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
# to avoid errors about undefined extensionals.
- addsTo:
pack: codeql/javascript-all
extensible: sourceModel

View File

@@ -1,6 +1,6 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
# to avoid errors about undefined extensionals.
- addsTo:
pack: codeql/python-all
extensible: sourceModel

View File

@@ -1,6 +1,6 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
# to avoid errors about undefined extensionals.
- addsTo:
pack: codeql/ruby-all
extensible: sourceModel