Skip to content

Commit 47ba2c4

Browse files
authored
Merge pull request #132 from vighnesh-sawant/patch-1
2 parents b76f71a + 803c447 commit 47ba2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etherparse/src/net/ipv4_header_slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ impl<'a> Ipv4HeaderSlice<'a> {
293293
Ipv4Addr::from(self.source())
294294
}
295295

296-
/// Returns a slice containing the ipv4 source address.
296+
/// Returns a slice containing the ipv4 destination address.
297297
#[inline]
298298
pub fn destination(&self) -> [u8; 4] {
299299
// SAFETY:

0 commit comments

Comments
 (0)