Skip to content

Commit d882cf2

Browse files
committed
docs: fix ambiguous link
Signed-off-by: tison <[email protected]>
1 parent b197099 commit d882cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sender/native_tls.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ pub fn native_tls_with<A: ToSocketAddrs, S: AsRef<str>>(
5555

5656
/// A syslog sender that sends messages to a TCP socket over TLS.
5757
///
58-
/// Users can obtain a `TlsSender` by calling [`native_tls_well_known`], [`native_tls`], or
59-
/// [`native_tls_with`].
58+
/// Users can obtain a `TlsSender` by calling [`native_tls_well_known()`], [`native_tls()`],
59+
/// or [`native_tls_with()`].
6060
#[derive(Debug)]
6161
pub struct NativeTlsSender {
6262
writer: BufWriter<TlsStream<TcpStream>>,

0 commit comments

Comments
 (0)