diff options
author | Sunil Nimmagadda <sunil@nimmagadda.net> | 2024-11-20 20:07:03 +0530 |
---|---|---|
committer | Sunil Nimmagadda <sunil@nimmagadda.net> | 2024-11-20 20:07:03 +0530 |
commit | df5b92ed0b6ca519fb601ff453a288c00d37e0d3 (patch) | |
tree | 839163869c9e426925fdf01eb553c706df398540 /src/vrrpv2.rs | |
parent | 2bc30a0a2f434ae42fd6711ed2e8fae2726c07b6 (diff) |
It's a slice.
Diffstat (limited to 'src/vrrpv2.rs')
-rw-r--r-- | src/vrrpv2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vrrpv2.rs b/src/vrrpv2.rs index a863cb4..c3d5715 100644 --- a/src/vrrpv2.rs +++ b/src/vrrpv2.rs @@ -134,7 +134,7 @@ fn parse(bytes: &[u8]) -> Result<VRRPv2, VRRPv2Error> { }) } -/// Parse and validate a byte array to construct a VRRPv2 struct. +/// Parse and validate a slice to construct a VRRPv2 struct. /// /// # Examples /// |