Quellcode durchsuchen

docs: fix typo in generics overview.md (#2025)

PR for tiny fix to generics overview doc, as suggest here: https://github.com/carbon-language/carbon-lang/pull/1885/files#r943743464
Adrien Leravat vor 3 Jahren
Ursprung
Commit
b7ee1dfa22
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/design/generics/overview.md

+ 1 - 1
docs/design/generics/overview.md

@@ -493,7 +493,7 @@ cast from `T` to `CDCover`.
 
 
 ### Adapting types
 ### 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
 to create new types that are [compatible](terminology.md#compatible-types) with
 existing types but with different interface implementations. This could be used
 existing types but with different interface implementations. This could be used
 to add or replace implementations, or define implementations for reuse.
 to add or replace implementations, or define implementations for reuse.