changed bool to boolean as well as updated tests (#4646)

This commit is contained in:
sugargreenbean
2016-10-03 19:31:56 -04:00
committed by Henry Zhu
parent cc86799151
commit c57e0e88a5
2 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ export function ArrayTypeAnnotation(node: Object) {
}
export function BooleanTypeAnnotation() {
this.word("bool");
this.word("boolean");
}
export function BooleanLiteralTypeAnnotation(node: Object) {