Minor specification fix

This commit is contained in:
Alexander Nozik 2019-04-03 09:12:47 +03:00
parent 41acd879d8
commit 9355eefb65

View File

@ -56,7 +56,7 @@ fun <C : Specification, S : SpecificationCompanion<C>> S.createStyle(action: C.(
Config().also { update(it, action) }
fun <M : MutableMetaNode<M>, C : Specification> Specification.spec(
fun <C : Specification> Specification.spec(
spec: SpecificationCompanion<C>,
key: String? = null
) =