Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit 3b2bc4c

Browse files
committed
Merge pull request #910 from callanh/Issue876
Issue #876 - Fixed typo
2 parents 38b8dfa + a7a31a2 commit 3b2bc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSIL.Libraries/Sources/JSIL.Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ JSIL.DefineTypeName = function (name, getter, isPublic) {
11671167
if (existing !== undefined){
11681168
if (existing != $jsilcore) {
11691169
JSIL.WarningFormat(
1170-
"Private type '{0}' with external implementation defined more than twice: '{1}'" +
1170+
"Private type '{0}' with external implementation defined more than twice: '{1}'",
11711171
[$private.toString(), existing.toString()]
11721172
);
11731173
}

0 commit comments

Comments
 (0)