esl / erlang_ale

Erlang Actor Library for Embedded -- An embedded framework from Erlang Solutions
Apache License 2.0
207 stars 65 forks source link

Fixed read() and write_read() specs #29

Closed mdsebald closed 7 years ago

mdsebald commented 7 years ago

read() and write_read() actually return data() not {data()}.

fhunleth commented 7 years ago

Wow - that's been in there awhile. I've lost my write access to be able to merge pull requests, but hopefully someone else is watching who can do it.

mdsebald commented 7 years ago

Thanks fhunleth. Not a significant change, but the PR does clean up my dialyzer output.