[ObjCRuntime] Remove superfluous $ in error message. (#2087)

This commit is contained in:
Rolf Bjarne Kvinge 2017-05-11 10:18:33 +02:00 коммит произвёл GitHub
Родитель 938c7fae93
Коммит e7918cc9f8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -272,7 +272,7 @@ namespace XamCore.ObjCRuntime {
return asm;
}
throw ErrorHelper.CreateError (8019, $"Could not find the assembly ${assembly_name} in the loaded assemblies.");
throw ErrorHelper.CreateError (8019, $"Could not find the assembly {assembly_name} in the loaded assemblies.");
}
/*