Commit Graph
3 Commits
Author SHA1 Message Date
Zach BurchillandJack Humbert e236f1eba1 Fixed some grammar and typos on the docs (#1989)
* fixed grammar and references

* fixed typo
2017-11-09 16:18:31 -05:00
Zach BurchillandJack Humbert 4c1164c469 fixed two typos
I'm almost 100% sure "else if (state->count = 2) {" was a typo (it should have two ='s for a logical operator), and I'm *pretty* sure "if (state->interrupted || state->!pressed) return SINGLE_TAP;" has a typo. At least, it returns an error on my machine saying something about an unexpected '!'.  
I changed it to a slightly longer form (i.e., "state->pressed==0"), and that worked fine.
2017-10-31 00:40:27 -04:00
Zach BurchillandJack Humbert 809c9258c1 Fixed typo of "multually" to "mutually" 2017-09-25 13:08:06 -04:00