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

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 3 лет назад
Родитель
Сommit
b7ee1dfa22
1 измененных файлов с 1 добавлено и 1 удалено
  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
 
-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.