Typo whch->which

This commit is contained in:
Nathan
2018-11-06 21:16:54 -08:00
parent 4fe0ff4ec1
commit 68fb2ba5b5

View File

@@ -97,7 +97,7 @@ impl Gpio {
}
```
Because we need to enforce the restrictions on the hardware, we end up doing a lot of runtime checking whch wastes time and resources, and this code will be much less pleasant for the developer to use.
Because we need to enforce the restrictions on the hardware, we end up doing a lot of runtime checking which wastes time and resources, and this code will be much less pleasant for the developer to use.
## Type States