diff --git a/shared/typeinference/codeql/typeinference/internal/TypeInference.qll b/shared/typeinference/codeql/typeinference/internal/TypeInference.qll index 9b9d60abb67..a03af8f4ffe 100644 --- a/shared/typeinference/codeql/typeinference/internal/TypeInference.qll +++ b/shared/typeinference/codeql/typeinference/internal/TypeInference.qll @@ -451,7 +451,7 @@ module Make1 Input1> { * - and for every instantiation of the type parameters from `abs` the * resulting `condition` satisfies the constraint given by `constraint`. * - `transitive` corresponds to whether any further constraints satisfied - * through `constraint` also applies to `condition`. + * through `constraint` should also apply to `condition`. * * Example in C#: * ```csharp