Kaynağa Gözat

Work around prettier bug (#1150)

Looks like this might be related to prettier/prettier#6112 , but the observed behavior is more broken than that bug indicates.
josh11b 4 yıl önce
ebeveyn
işleme
5238a8d37a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/design/classes.md

+ 1 - 1
docs/design/classes.md

@@ -1064,7 +1064,7 @@ Carbon supports
 using a
 [class hierarchy](<https://en.wikipedia.org/wiki/Class_(computer_programming)#Hierarchical>),
 on an opt-in basis. Classes by default are
-_[final](https://en.wikipedia.org/wiki/Inheritance_(object-oriented*programming)#Non-subclassable_classes)*,
+[_final_](<https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming)#Non-subclassable_classes>),
 which means they may not be extended. To declare a class as allowing extension,
 use either the `base class` or `abstract class` introducer: