changed bool to boolean as well as updated tests (#4646)
This commit is contained in:
committed by
Henry Zhu
parent
cc86799151
commit
c57e0e88a5
@@ -11,7 +11,7 @@ export function ArrayTypeAnnotation(node: Object) {
|
||||
}
|
||||
|
||||
export function BooleanTypeAnnotation() {
|
||||
this.word("bool");
|
||||
this.word("boolean");
|
||||
}
|
||||
|
||||
export function BooleanLiteralTypeAnnotation(node: Object) {
|
||||
|
||||
Reference in New Issue
Block a user