Skip to content

Commit 4eb22a7

Browse files
committed
Rust: Fix grammar
1 parent 9971936 commit 4eb22a7

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)