Fix copy&pasted comment 🤦

This commit is contained in:
Sergio Padrino 2021-08-16 09:09:44 +02:00
parent fc75570853
commit 5f2fdd77f0

View file

@ -35,7 +35,8 @@ module.exports = {
const sourceCode = context.getSourceCode()
/**
* Check each member of the interface body and ensure it is marked `readonly`.
* Check if a type annotation contains any references to NodeJS.Immediate
* and report them to be changed to AlmostImmediate.
*
* @param {TSTypeAnnotation} node
* @param {TypeNode} typeAnnotation