Skip to content

Commit d625f9d

Browse files
committed
fix copy-pasto
1 parent a2e4a65 commit d625f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statement/src/_literal/_language_tag.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::borrow::Cow;
44
/// i.e. it is a valid language tag.
55
///
66
/// ## Contract
7-
/// * Consumers of [`LangTag`]s can safely assume that the underlying text is a valid IRI.
7+
/// * Consumers of [`LangTag`]s can safely assume that the underlying text is a valid language tag.
88
/// * Producers of [`LangTag`]s are responsible for ensuring that constraint.
99
///
1010
/// This contract only require that the underlying text complies with the grammar defined by [BCP47].

0 commit comments

Comments
 (0)