- fix typo

master
Simon Gockner 6 years ago
parent cb6c95fbc5
commit db96c6f6c2
  1. 2
      IIocInstaller.md

@ -44,7 +44,7 @@ public AssemblyInstaller(Assembly assembly)
if (!typeof(IIocInstaller).IsAssignableFrom(type)) if (!typeof(IIocInstaller).IsAssignableFrom(type))
continue; continue;
Installers.Add((IIovInstaller) Activator.CreateInstance(type));; Installers.Add((IIocInstaller) Activator.CreateInstance(type));;
} }
} }
``` ```

Loading…
Cancel
Save