fix typo
This commit is contained in:
parent
dcd2c647a2
commit
f63f14c703
|
@ -994,7 +994,7 @@ namespace StardewModdingAPI.Framework
|
||||||
}
|
}
|
||||||
catch (SAssemblyLoadFailedException ex)
|
catch (SAssemblyLoadFailedException ex)
|
||||||
{
|
{
|
||||||
errorReasonPhrase = $"it DLL couldn't be loaded: {ex.Message}";
|
errorReasonPhrase = $"its DLL couldn't be loaded: {ex.Message}";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|
Loading…
Reference in New Issue