We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8187d commit 4ae2a48Copy full SHA for 4ae2a48
statement/src/impl_oxrdf.rs
@@ -5,7 +5,7 @@
5
//! This module is developed as if [`oxrdf`] implemented RDF 1.2 completely and strictly,
6
//! which is not entirely true:
7
//! - [`oxrdf`] does not support base direction in literals, so it is not complete;
8
-//! - [`oxrdf`] with the [`rdf-star`] feature allows triple terms in the subject position, so it is not strict.
+//! - [`oxrdf`] with the `rdf-star` feature allows triple terms in the subject position, so it is not strict.
9
//!
10
//! This is handled by panic'ing when those situations are encountered.
11
0 commit comments