Merge branch 'fix/emoji-api-nonsense' into 'develop'
[akkoma] / lib / pleroma / emoji.ex
index 7a60f396146da085cba0e36f397181649a0533ce..87c7f2ceca0313dbcc8170d80a89bffea431301e 100644 (file)
@@ -214,7 +214,7 @@ defmodule Pleroma.Emoji do
   end
 
   @doc """
-  Finds a matching group for the given extra filename
+  Finds a matching group for the given emoji filename
   """
   @spec match_extra(group_patterns(), String.t()) :: atom() | nil
   def match_extra(group_patterns, filename) do