containment: remove pointless moduledoc line
authorWilliam Pitcock <nenolod@dereferenced.org>
Tue, 7 May 2019 16:11:10 +0000 (16:11 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Tue, 7 May 2019 16:11:22 +0000 (16:11 +0000)
lib/pleroma/object/containment.ex

index 70325d6beed2a22f4fc46fee3994f88a2f3fb016..2f4687fa291c12263e903a545318e31d69db93b4 100644 (file)
@@ -1,7 +1,5 @@
 defmodule Pleroma.Object.Containment do
   @moduledoc """
-  help on getting the origin of contained objects
-
   This module contains some useful functions for containing objects to specific
   origins and determining those origins.  They previously lived in the
   ActivityPub `Transmogrifier` module.