Fixed Typo

This commit is contained in:
Mathias Köhnke 2017-09-23 22:33:04 +02:00
parent 095d4c66e4
commit 87a785e6aa

View File

@ -631,7 +631,7 @@ import enum WKZombie.Result
typealias WKZombieResult<T> = Result<T>
```
For for information, look at the solution found [here](https://stackoverflow.com/questions/37892621/how-can-i-disambiguate-a-type-and-a-module-with-the-same-name).
For more information, take a look at the solution found [here](https://stackoverflow.com/questions/37892621/how-can-i-disambiguate-a-type-and-a-module-with-the-same-name).
# Contributing