Skip to content

Commit ee4ba27

Browse files
committed
docs: Add message to Level's docs
1 parent 1d2ae61 commit ee4ba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/level.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub const HELP: Level<'_> = Level {
3636
level: LevelInner::Help,
3737
};
3838

39-
/// [`Title`] severity level
39+
/// Severity level for [`Title`]s and [`Message`]s
4040
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
4141
pub struct Level<'a> {
4242
pub(crate) name: Option<Option<Cow<'a, str>>>,

0 commit comments

Comments
 (0)