|
|
@@ -493,7 +493,7 @@ cast from `T` to `CDCover`.
|
|
|
|
|
|
### Adapting types
|
|
|
|
|
|
-Carbon has a mechanism called [adapting types](terminology.md#adapting-a-type))
|
|
|
+Carbon has a mechanism called [adapting types](terminology.md#adapting-a-type)
|
|
|
to create new types that are [compatible](terminology.md#compatible-types) with
|
|
|
existing types but with different interface implementations. This could be used
|
|
|
to add or replace implementations, or define implementations for reuse.
|