Keywords.update_pattern
You're seeing just the function
update_pattern
, go back to Keywords module for more information.
Updates a keyword-pattern.
Examples
iex> Keywords.update_pattern(:stocks, ["TSLA", "XOM", "AMZN"])
{:ok, :stocks}
iex> Keywords.update_pattern(:stonks, ["TSLA", "XOM", "AMZN"])
{:error, :pattern_not_found}