From db892b0b0907c0a379e3f8c894e19e4e9c3e81df Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 26 Apr 2018 13:27:38 +0300 Subject: [PATCH] fix: no dots at the end of the comments --- flow/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;