Rust: Improvements to docs from review comments

This commit is contained in:
Simon Friis Vindum
2025-11-03 10:21:19 +01:00
parent a07f015d01
commit 9971936036
2 changed files with 17 additions and 17 deletions

View File

@@ -449,8 +449,8 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
* - `abs` is a type abstraction that introduces type variables that are
* free in `condition` and `constraint`,
* - and for every instantiation of the type parameters from `abs` the
* resulting `condition` satisifies the constraint given by `constraint`.
* - `transitive` corresponds to wether any further constraints satisifed
* resulting `condition` satisfies the constraint given by `constraint`.
* - `transitive` corresponds to whether any further constraints satisfied
* through `constraint` also applies to `condition`.
*
* Example in C#: