From c922963403d5cac9799ae2853f14c73b62cbcd45 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Thu, 18 Jul 2013 12:07:32 -0400 Subject: [PATCH] Fix docs (nquads not the default). --- jsonld.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jsonld.php b/jsonld.php index bf09718..3b29898 100644 --- a/jsonld.php +++ b/jsonld.php @@ -112,7 +112,7 @@ function jsonld_frame($input, $frame, $options=array()) { * @param assoc [$options] the options to use: * [base] the base IRI to use. * [format] the format if output is a string: - * 'application/nquads' for N-Quads (default). + * 'application/nquads' for N-Quads. * [loadDocument(url)] the document loader. * * @return mixed the normalized output. @@ -149,7 +149,7 @@ function jsonld_from_rdf($input, $options=array()) { * @param assoc [$options] the options to use: * [base] the base IRI to use. * [format] the format to use to output a string: - * 'application/nquads' for N-Quads (default). + * 'application/nquads' for N-Quads. * [loadDocument(url)] the document loader. * * @return mixed the resulting RDF dataset (or a serialization of it). @@ -1094,7 +1094,7 @@ class JsonLdProcessor { * [base] the base IRI to use. * [expandContext] a context to expand with. * [format] the format to use to output a string: - * 'application/nquads' for N-Quads (default). + * 'application/nquads' for N-Quads. * [loadDocument(url)] the document loader. * * @return mixed the resulting RDF dataset (or a serialization of it).