mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
Fix a comment
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5bc9245dce
commit
071185204e
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ defmodule Mobilizon.Actors do
|
|||
end
|
||||
|
||||
@doc """
|
||||
Returns the number of followers for a group
|
||||
Returns the number of members for a group
|
||||
"""
|
||||
@spec count_members_for_group(Actor.t()) :: integer()
|
||||
def count_members_for_group(%Actor{id: actor_id}) do
|
||||
|
|
Loading…
Reference in a new issue