zotonic / ua_classifier

User-Agent Classifier: Erlang version of WeatherChannel's dClass
Apache License 2.0
5 stars 8 forks source link

Typo in type specification #2

Closed chenl1 closed 10 years ago

chenl1 commented 10 years ago

https://github.com/zotonic/ua_classifier/blob/master/src/ua_classifier.erl#L33

shouldn't it be: -type device_type() :: text | phone | tablet | desktop.

kaos commented 10 years ago

Indeed it should. Thanks :)