DarkMatter.Inflections.pluralize
You're seeing just the function
pluralize
, go back to DarkMatter.Inflections module for more information.
Specs
Returns the plural version of the string
Examples
iex> pluralize("dog")
"dogs"
iex> pluralize("person")
"people"