ekonbenefits / impromptu-interface

Static interface to dynamic implementation (duck casting). Uses the DLR combined with Reflect.Emit.
Apache License 2.0
657 stars 67 forks source link

Fixed typo: dyanmic -> dynamic #17

Closed hmemcpy closed 8 years ago

hmemcpy commented 8 years ago

This fixes all the places dyanmic was written instead of dynamic.