We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e4a65 commit d625f9dCopy full SHA for d625f9d
statement/src/_literal/_language_tag.rs
@@ -4,7 +4,7 @@ use std::borrow::Cow;
4
/// i.e. it is a valid language tag.
5
///
6
/// ## Contract
7
-/// * Consumers of [`LangTag`]s can safely assume that the underlying text is a valid IRI.
+/// * Consumers of [`LangTag`]s can safely assume that the underlying text is a valid language tag.
8
/// * Producers of [`LangTag`]s are responsible for ensuring that constraint.
9
10
/// This contract only require that the underlying text complies with the grammar defined by [BCP47].
0 commit comments