diff --git a/flow/compiler.js b/flow/compiler.js index a3dc1c920fd..a5f3304de52 100644 --- a/flow/compiler.js +++ b/flow/compiler.js @@ -173,7 +173,7 @@ declare type ASTText = { // SFC-parser related declarations -// an object format describing a single-file component. +// an object format describing a single-file component declare type SFCDescriptor = { template: ?SFCBlock; script: ?SFCBlock;