summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@nimmagadda.net>2024-11-20 20:07:03 +0530
committerSunil Nimmagadda <sunil@nimmagadda.net>2024-11-20 20:07:03 +0530
commitdf5b92ed0b6ca519fb601ff453a288c00d37e0d3 (patch)
tree839163869c9e426925fdf01eb553c706df398540 /src
parent2bc30a0a2f434ae42fd6711ed2e8fae2726c07b6 (diff)
It's a slice.
Diffstat (limited to 'src')
-rw-r--r--src/vrrpv2.rs2
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
///