summaryrefslogtreecommitdiff
path: root/src/vrrpv2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/vrrpv2.rs')
-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
///