Skip to content

Commit 69f63e9

Browse files
committed
Indicate keyword in doc comment is code-like
1 parent e326aa1 commit 69f63e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/libstd/sync/mpsc/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ pub struct SendError<T>(#[stable(feature = "rust1", since = "1.0.0")] pub T);
345345
#[stable(feature = "rust1", since = "1.0.0")]
346346
pub struct RecvError;
347347

348-
/// This enumeration is the list of the possible reasons that try_recv could not
349-
/// return data when called.
348+
/// This enumeration is the list of the possible reasons that `try_recv` could
349+
/// not return data when called.
350350
#[derive(PartialEq, Eq, Clone, Copy, Debug)]
351351
#[stable(feature = "rust1", since = "1.0.0")]
352352
pub enum TryRecvError {

0 commit comments

Comments
 (0)