We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df20a90 commit 44d5f25Copy full SHA for 44d5f25
specification/compiler/model/build-model.ts
@@ -266,7 +266,7 @@ function compileClassOrInterfaceDeclaration (declaration: ClassDeclaration | Int
266
267
const variants = parseVariantsTag(declaration.getJsDocs())
268
if (variants != null) {
269
- assert(variants.kind === 'container', 'Interfaces can only use `container` vairant kind')
+ assert(variants.kind === 'container', 'Interfaces can only use `container` variant kind')
270
type.variants = variants
271
}
272
0 commit comments