json_ld: fix compaction documentation

This commit is contained in:
Marcel Otto 2017-03-17 23:46:11 +01:00
parent 4032a12f10
commit 4837169dd0

View file

@ -5,7 +5,7 @@ defmodule JSON.LD.Compaction do
alias JSON.LD.Context
@doc """
Flattens the given input according to the steps in the JSON-LD Flattening Algorithm.
Compacts the given input according to the steps in the JSON-LD Compaction Algorithm.
> Compaction is the process of applying a developer-supplied context to shorten
> IRIs to terms or compact IRIs and JSON-LD values expressed in expanded form