Forráskód Böngészése

Fix "block block" typo (#1053)

josh11b 4 éve
szülő
commit
39571f715e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/design/generics/details.md

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

@@ -3951,7 +3951,7 @@ when they contain a mixture of type structures? There are three options:
     contained impls, which are then selected by their type structure.
 -   The compiler first picks the impl with the type pattern most favored for the
     query, and then picks the definition of the highest priority matching impl
-    in the same prioritization block block.
+    in the same prioritization block.
 -   All the impls in a prioritization block are required to have the same type
     structure, at a cost in expressivity.