carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
http://docs.carbon-lang.dev/
Other
32.38k stars 1.48k forks source link

Correct name of ComparableFromDifference in Generics details #4547

Closed danakj closed 1 week ago

danakj commented 1 week ago

The name ComparableFromDifferenceFn comes from the next example. In this example ComparableFromDifference is the name of the class that will be implictly cast to a Facet matching Comparable.

danakj commented 1 week ago

cc: @josh11b I promised a PR for the fix, thanks for the explanations!