Skip to content

Commit 3522b2a

Browse files
committed
Fix the comment
1 parent 324dff4 commit 3522b2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/receive_imf.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,8 +2138,7 @@ async fn create_group(
21382138
/// Returns `Vec` of group changes messages and, optionally, a better message to replace the
21392139
/// original system message.
21402140
///
2141-
/// * `to_ids` - contents of the `To` header for chat messages
2142-
/// or combined `To` and `Cc` for non-chat messages
2141+
/// * `to_ids` - contents of the `To` and `Cc` headers.
21432142
/// * `is_partial_download` - whether the message is not fully downloaded.
21442143
#[allow(clippy::too_many_arguments)]
21452144
async fn apply_group_changes(

0 commit comments

Comments
 (0)