From df5b92ed0b6ca519fb601ff453a288c00d37e0d3 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Wed, 20 Nov 2024 20:07:03 +0530 Subject: It's a slice. --- src/vrrpv2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { }) } -/// Parse and validate a byte array to construct a VRRPv2 struct. +/// Parse and validate a slice to construct a VRRPv2 struct. /// /// # Examples /// -- cgit v1.2.3