Rust: Fix grammar

This commit is contained in:
Simon Friis Vindum
2025-11-17 10:29:48 +01:00
parent 9971936036
commit 4eb22a7e55

View File

@@ -451,7 +451,7 @@ module Make1<LocationSig Location, InputSig1<Location> 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