Thanks to visit codestin.com Credit goes to github.com
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 e86802d commit 222ed1bCopy full SHA for 222ed1b
packages/eslint-plugin/docs/rules/no-empty-interface.md
@@ -42,7 +42,7 @@ interface Bar {
42
}
43
44
// an interface with more than one supertype
45
-// in this case the interface can be used as a replacement of a union type.
+// in this case the interface can be used as a replacement of an intersection type.
46
interface Baz extends Foo, Bar {}
47
```
48
0 commit comments