Skip to content

Commit

Permalink
Work around prettier bug (#1150)
Browse files Browse the repository at this point in the history
Looks like this might be related to prettier/prettier#6112 , but the observed behavior is more broken than that bug indicates.
  • Loading branch information
josh11b committed Mar 23, 2022
1 parent 8805426 commit 5a48568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5a48568

Please sign in to comment.