Skip to content

Commit

Permalink
Add RFC 1035 reference to txt_rdata.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Litr0 committed Nov 16, 2023
1 parent 0c3f387 commit 5bbfb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/message/rdata/txt_rdata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use std::str::SplitWhitespace;
use std::string::String;

#[derive(Clone, PartialEq, Debug)]
/// [RFC 1035]: https://datatracker.ietf.org/doc/html/rfc1035#section-3.3.14
/// An struct that represents the `Rdata` for txt type.
///
/// ```text
Expand Down

0 comments on commit 5bbfb22

Please sign in to comment.