Skip to content

Commit 9c3a9b4

Browse files
author
hugo-syn
committed
C#: fix DeltaClass doc comment to not name a specific type parameter
Per review feedback on #22384, the doc comment named the type parameter TStructuralType, but the AspNetCore variant of Delta<T> names it T. Refer to the unbound generic as \`Delta\`1\`\` instead.
1 parent 2c17dd2 commit 9c3a9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • csharp/ql/lib/semmle/code/csharp/frameworks

csharp/ql/lib/semmle/code/csharp/frameworks/OData.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private predicate isODataParameterValue(Expr e) {
4242
TaintTracking::localExprTaint(any(ODataActionParameterRead r), e)
4343
}
4444

45-
/** The generic `Delta<TStructuralType>` change-tracking class, across OData library versions. */
45+
/** The generic ``Delta`1`` change-tracking class, across OData library versions. */
4646
class DeltaClass extends UnboundGenericClass {
4747
DeltaClass() {
4848
this.getNumberOfTypeParameters() = 1 and

0 commit comments

Comments
 (0)