melib/nntp: minor style fix

pull/271/head
Manos Pitsidianakis 2023-08-10 18:48:36 +03:00
parent bf543855dc
commit 84081f4ed7
Signed by: Manos Pitsidianakis
GPG Key ID: 7729C7707F7E09D0
2 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ impl NntpConnection {
pub async fn send_command(&mut self, command: &[u8]) -> Result<()> {
// RFC 3977
// 3. Basic Concepts
// 3. Basic Concepts
// 3.1.
// Commands and Responses Command lines MUST NOT exceed 512 octets, which
// includes the terminating CRLF pair.

View File

@ -756,7 +756,7 @@ impl NntpType {
command.push(',');
}
// RFC 3977
// 3. Basic Concepts
// 3. Basic Concepts
// 3.1. Commands and Responses
// Command lines MUST NOT exceed 512 octets, which includes the terminating CRLF
// pair.