diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 20:35:41 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 20:36:36 +0700 |
commit | d140738edf75467420b35c500716cf89de66548d (patch) | |
tree | b091407396d1791e2adba0677e88c9e716daba55 /lib | |
parent | 3465b7ba9ad0e26128f18fd4e36aece767ba269e (diff) | |
download | pleroma-d140738edf75467420b35c500716cf89de66548d.tar.gz |
second level of headertext change in doc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/emoji.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/emoji.ex b/lib/pleroma/emoji.ex index 7a60f3961..87c7f2cec 100644 --- a/lib/pleroma/emoji.ex +++ b/lib/pleroma/emoji.ex @@ -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 |