Skip to content

Commit

Permalink
Doc Fix
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Boos <[email protected]>
  • Loading branch information
alanpoon and kevinaboos authored Jan 1, 2025
1 parent c156d5a commit 2f746d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/jump_to_bottom_button.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,6 @@ impl JumpToBottomButtonRef {
pub enum UnreadMessageCount {
/// There are unread messages, but we do not know how many.
Unknown,
/// Display green badge and text for the number of unread messages
/// There are unread messages, and we know exactly how many.
Known(u64)
}

0 comments on commit 2f746d0

Please sign in to comment.