Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb40e48

Browse files
committed
spelling: constraints
Signed-off-by: Josh Soref <[email protected]>
1 parent 962bcd7 commit eb40e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/lib/semmle/code/csharp/Conversion.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ predicate convNullableType(ValueOrRefType fromType, NullableType toType) {
517517
/**
518518
* Holds if `fromType` is `NullType`, and `toType` is a type that can represent
519519
* the `null` value, such as a reference type, `Nullable<T>` or a type parameter
520-
* with contraints that restrict it to a reference type.
520+
* with constraints that restrict it to a reference type.
521521
*/
522522
// This is a deliberate, small Cartesian product, so we have manually lifted it to force the
523523
// evaluator to evaluate it in its entirety, rather than trying to optimize it in context.

0 commit comments

Comments
 (0)