mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Fix grammar
This commit is contained in:
@@ -451,7 +451,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
|
|||||||
* - and for every instantiation of the type parameters from `abs` the
|
* - and for every instantiation of the type parameters from `abs` the
|
||||||
* resulting `condition` satisfies the constraint given by `constraint`.
|
* resulting `condition` satisfies the constraint given by `constraint`.
|
||||||
* - `transitive` corresponds to whether any further constraints satisfied
|
* - `transitive` corresponds to whether any further constraints satisfied
|
||||||
* through `constraint` also applies to `condition`.
|
* through `constraint` should also apply to `condition`.
|
||||||
*
|
*
|
||||||
* Example in C#:
|
* Example in C#:
|
||||||
* ```csharp
|
* ```csharp
|
||||||
|
|||||||
Reference in New Issue
Block a user