From a7a31a2ba72e08fa74ce80ddf6ee268bd86df20d Mon Sep 17 00:00:00 2001 From: Callan Hodgskin Date: Wed, 18 Nov 2015 09:47:00 +0800 Subject: [PATCH] Fixed typo --- JSIL.Libraries/Sources/JSIL.Core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSIL.Libraries/Sources/JSIL.Core.js b/JSIL.Libraries/Sources/JSIL.Core.js index da771adc7..715406870 100644 --- a/JSIL.Libraries/Sources/JSIL.Core.js +++ b/JSIL.Libraries/Sources/JSIL.Core.js @@ -1167,7 +1167,7 @@ JSIL.DefineTypeName = function (name, getter, isPublic) { if (existing !== undefined){ if (existing != $jsilcore) { JSIL.WarningFormat( - "Private type '{0}' with external implementation defined more than twice: '{1}'" + + "Private type '{0}' with external implementation defined more than twice: '{1}'", [$private.toString(), existing.toString()] ); }