Skip to content

Commit 5a23421

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Shared: minor updates to comments
1 parent 7a4b74d commit 5a23421

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/SharedModelValidation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* INTERNAL: Do not use.
33
*
4-
* Provides classes and predicates related to validating models as data rows.
4+
* Provides classes and predicates related to validating models-as-data rows.
55
* Such that we can share this logic across our CodeQL analysis of different languages.
66
*/
77

go/ql/lib/semmle/go/dataflow/internal/SharedModelValidation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* INTERNAL: Do not use.
33
*
4-
* Provides classes and predicates related to validating models as data rows.
4+
* Provides classes and predicates related to validating models-as-data rows.
55
* Such that we can share this logic across our CodeQL analysis of different languages.
66
*/
77

java/ql/lib/semmle/code/java/dataflow/internal/SharedModelValidation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* INTERNAL: Do not use.
33
*
4-
* Provides classes and predicates related to validating models as data rows.
4+
* Provides classes and predicates related to validating models-as-data rows.
55
* Such that we can share this logic across our CodeQL analysis of different languages.
66
*/
77

javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ module ModelOutput {
722722
result = "Invalid token '" + token + "' is missing its arguments, in access path: " + path
723723
)
724724
or
725-
// Check for valid model kinds
725+
// Check for invalid model kinds
726726
result = getInvalidModelKind()
727727
}
728728
}

javascript/ql/lib/semmle/javascript/frameworks/data/internal/SharedModelValidation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* INTERNAL: Do not use.
33
*
4-
* Provides classes and predicates related to validating models as data rows.
4+
* Provides classes and predicates related to validating models-as-data rows.
55
* Such that we can share this logic across our CodeQL analysis of different languages.
66
*/
77

python/ql/lib/semmle/python/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ module ModelOutput {
722722
result = "Invalid token '" + token + "' is missing its arguments, in access path: " + path
723723
)
724724
or
725-
// Check for valid model kinds
725+
// Check for invalid model kinds
726726
result = getInvalidModelKind()
727727
}
728728
}

python/ql/lib/semmle/python/frameworks/data/internal/SharedModelValidation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* INTERNAL: Do not use.
33
*
4-
* Provides classes and predicates related to validating models as data rows.
4+
* Provides classes and predicates related to validating models-as-data rows.
55
* Such that we can share this logic across our CodeQL analysis of different languages.
66
*/
77

ruby/ql/lib/codeql/ruby/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ module ModelOutput {
722722
result = "Invalid token '" + token + "' is missing its arguments, in access path: " + path
723723
)
724724
or
725-
// Check for valid model kinds
725+
// Check for invalid model kinds
726726
result = getInvalidModelKind()
727727
}
728728
}

ruby/ql/lib/codeql/ruby/frameworks/data/internal/SharedModelValidation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* INTERNAL: Do not use.
33
*
4-
* Provides classes and predicates related to validating models as data rows.
4+
* Provides classes and predicates related to validating models-as-data rows.
55
* Such that we can share this logic across our CodeQL analysis of different languages.
66
*/
77

swift/ql/lib/codeql/swift/dataflow/internal/SharedModelValidation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* INTERNAL: Do not use.
33
*
4-
* Provides classes and predicates related to validating models as data rows.
4+
* Provides classes and predicates related to validating models-as-data rows.
55
* Such that we can share this logic across our CodeQL analysis of different languages.
66
*/
77

0 commit comments

Comments
 (0)