From 70c739250b7f291b549c50daea2fad2493475160 Mon Sep 17 00:00:00 2001 From: Sam Saccone Date: Wed, 1 Jul 2015 15:48:00 -0700 Subject: [PATCH] :memo: better english --- src/babel/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/babel/messages.js b/src/babel/messages.js index f06f248083..91381589e1 100644 --- a/src/babel/messages.js +++ b/src/babel/messages.js @@ -1,7 +1,7 @@ import * as util from "util"; export const MESSAGES = { - tailCallReassignmentDeopt: "Function reference has been reassigned so it's probably be dereferenced so we can't optimise this with confidence", + tailCallReassignmentDeopt: "Function reference has been reassigned, so it will probably be dereferenced, therefore we can't optimise this with confidence", JSXNamespacedTags: "Namespace tags are not supported. ReactJSX is not XML.", classesIllegalBareSuper: "Illegal use of bare super", classesIllegalSuperCall: "Direct super call is illegal in non-constructor, use super.$1() instead",