Fix typo in migration guide
- Remove duplication of keyword 'extends'
This commit is contained in:
parent
6c2a304c1a
commit
bb7b84cc74
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ Old::
|
|||
|
||||
New::
|
||||
|
||||
object MyExtension extends extends ExtensionId[MyExtension] with ExtensionIdProvider {
|
||||
object MyExtension extends ExtensionId[MyExtension] with ExtensionIdProvider {
|
||||
|
||||
override def lookup = MyExtension
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue