From 176ab3b5b8d36a973676d9312fa87d9542427559 Mon Sep 17 00:00:00 2001 From: Mikhail Katychev Date: Mon, 8 Jul 2024 11:42:42 -0500 Subject: [PATCH] added extra comments --- sophia/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sophia/src/lib.rs b/sophia/src/lib.rs index 966a57ab..e836f41d 100644 --- a/sophia/src/lib.rs +++ b/sophia/src/lib.rs @@ -9,7 +9,7 @@ //! * [`inmem`] //! * [`iri`] //! * [`isomorphism`] -//! * [`jsonld`] +//! * [`jsonld`] (with the `jsonld` feature enabled) //! * [`resource`] //! * [`turtle`] //! * [`term`]