Skip to content

Commit 4ae2a48

Browse files
committed
fix LangTag's Ord impl
1 parent 8e8187d commit 4ae2a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statement/src/impl_oxrdf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! This module is developed as if [`oxrdf`] implemented RDF 1.2 completely and strictly,
66
//! which is not entirely true:
77
//! - [`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.
8+
//! - [`oxrdf`] with the `rdf-star` feature allows triple terms in the subject position, so it is not strict.
99
//!
1010
//! This is handled by panic'ing when those situations are encountered.
1111
//!

0 commit comments

Comments
 (0)