Skip to content

Commit a784ae9

Browse files
committed
chore: fix doc link
1 parent db2546b commit a784ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl NgxStr {
6060
str::from_utf8(self.as_bytes())
6161
}
6262

63-
/// Converts an [`NgxStr`] into a [`Cow<str>`], replacing invalid UTF-8 sequences.
63+
/// Converts an [`NgxStr`] into a [`std::borrow::Cow<str>`], replacing invalid UTF-8 sequences.
6464
///
6565
/// See [`String::from_utf8_lossy`].
6666
///

0 commit comments

Comments
 (0)