Skip to content

Commit

Permalink
Update service_info.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrl committed Feb 7, 2025
1 parent 024ac5d commit 1903b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl ServiceInfo {
/// - slice of tuple: `&[(K, V)]` where `K` and `V` are [`std::string::ToString`].
///
/// Note: The maximum length of a single property string is `255`, Property that exceed the length are truncated.
/// > `len(key + value) <= u8::MAX`
/// > `len(key + value) < u8::MAX`
///
/// `ip` can be one or more IP addresses, in a type that implements
/// [`AsIpAddrs`] trait. It supports:
Expand Down

0 comments on commit 1903b0b

Please sign in to comment.