Skip to content

Commit e29ca72

Browse files
paldepindhvitved
authored andcommitted
Rust: Fix grammar
1 parent e0d0f03 commit e29ca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/typeinference/codeql/typeinference/internal/TypeInference.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
451451
* - and for every instantiation of the type parameters from `abs` the
452452
* resulting `condition` satisfies the constraint given by `constraint`.
453453
* - `transitive` corresponds to whether any further constraints satisfied
454-
* through `constraint` also applies to `condition`.
454+
* through `constraint` should also apply to `condition`.
455455
*
456456
* Example in C#:
457457
* ```csharp

0 commit comments

Comments
 (0)