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

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
callanh committed Nov 18, 2015
1 parent 38b8dfa commit a7a31a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSIL.Libraries/Sources/JSIL.Core.js
Expand Up @@ -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()]
);
}
Expand Down

0 comments on commit a7a31a2

Please sign in to comment.