inaka / cowboy-trails

A couple of improvements over Cowboy Routes

Home Page:http://inaka.github.io/cowboy-trails/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix trails:store spec

elbrujohalcon opened this issue · comments

It's currently

-spec store([trail()]) -> ok.

It should be

-spec store(trails()) -> ok.