Просмотр исходного кода

Avoid confusing description of "equivalent". (#843)

Richard Smith 4 лет назад
Родитель
Сommit
93a002a21a
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      docs/design/expressions/implicit_conversions.md

+ 4 - 4
docs/design/expressions/implicit_conversions.md

@@ -147,10 +147,10 @@ The following conversion is available:
 
 -   `T` -> `U` if `T` is equivalent to `U`
 
-Two types are equivalent if they can be used interchangeably, implicitly: they
-have the same set of values with the same meaning and the same representation,
-with the same set of capabilities and constraints, where the only difference is
-how the type interprets operations on values of that type.
+Two types are equivalent only if they have the same set of values with the same
+meaning and the same representation, with the same set of capabilities and
+constraints, where the only difference is how the type interprets operations on
+values of that type.
 
 `T` is equivalent to `U` if: