containment: remove pointless moduledoc line

This commit is contained in:
William Pitcock 2019-05-07 16:11:10 +00:00
parent 69a5074893
commit e71ddf23ba
1 changed files with 0 additions and 2 deletions

View 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.