Skip to content

Commit 3e87374

Browse files
committed
docs: fix markdown formatting in doc comments
1 parent 570a55c commit 3e87374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smtp_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ impl<S: BufRead + Write + Unpin> SmtpTransport<S> {
128128
&mut self.stream
129129
}
130130

131-
/// Gets a reference to the underlying `SmtpStream``.
131+
/// Gets a reference to the underlying `SmtpStream`.
132132
pub fn get_ref(&mut self) -> &SmtpStream<S> {
133133
&self.stream
134134
}

0 commit comments

Comments
 (0)