Skip to content

Commit 9c62644

Browse files
authored
minor: fix rustdoc (#370)
1 parent 40734a8 commit 9c62644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/collation.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ impl std::fmt::Display for CollationStrength {
148148
}
149149

150150
/// Setting that determines sort order of case differences during case tertiary level comparisons.
151-
/// For more info, see http://userguide.icu-project.org/collation/customization.
151+
/// For more info, see <http://userguide.icu-project.org/collation/customization>.
152152
#[derive(Debug, Clone, Copy, Serialize, Deserialize)]
153153
#[serde(rename_all = "kebab-case")]
154154
#[non_exhaustive]
@@ -160,7 +160,7 @@ pub enum CollationCaseFirst {
160160
Lower,
161161

162162
/// Default value. Similar to `Lower` with slight differences.
163-
/// See http://userguide.icu-project.org/collation/customization for details of differences.
163+
/// See <http://userguide.icu-project.org/collation/customization> for details of differences.
164164
Off,
165165
}
166166

0 commit comments

Comments
 (0)