Browse Source

Update comments

thegreathir 1 year ago
parent
commit
6e42189ca9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/wire/ipsec_ah.rs

+ 1 - 2
src/wire/ipsec_ah.rs

@@ -44,8 +44,7 @@ impl<T: AsRef<[u8]>> Packet<T> {
     }
 
     /// Ensure that no accessor method will panic if called.
-    /// Returns `Err(Error)` if the buffer is too short.
-    /// Returns `Err(Error)` if the buffer is shorter than payload length
+    /// Returns `Err(Error)` if the buffer is too short or shorter than payload length.
     ///
     /// The result of this check is invalidated by calling [set_payload_len].
     ///