Gabriel Gras

Results 2 issues of Gabriel Gras

It would be great if someone could add an example of recording audio to the examples in the documentation. If I figure it out I will try to add it....

docs

## Problem When using the `profane?/2` function with the built in blacklists. It will not catch sub-strings. for example: ``` iex> config = Expletive.configure(blacklist: Expletive.Blacklist.english) iex> Expletive.profane?("fuck", config) true iex>...