From 01ea72790dea4397fef0c120b8ed73c1ed5adf6e Mon Sep 17 00:00:00 2001 From: James Kyle Date: Sat, 11 Jul 2015 12:09:17 -0700 Subject: [PATCH] Add descriptions to types/flow --- src/babel/types/flow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/babel/types/flow.js b/src/babel/types/flow.js index ea813ae0ef..d76ea258b2 100644 --- a/src/babel/types/flow.js +++ b/src/babel/types/flow.js @@ -16,7 +16,7 @@ export function createUnionTypeAnnotation(types) { } /** - * Description + * Dedupe type annotations. */ export function removeTypeDuplicates(nodes) { @@ -96,7 +96,7 @@ export function removeTypeDuplicates(nodes) { } /** - * Description + * Create a type anotation based on typeof expression. */ export function createTypeAnnotationBasedOnTypeof(type) {