File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,13 @@ impl SocketAddrV6 {
140
140
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
141
141
pub fn port ( & self ) -> u16 { ntoh ( self . inner . sin6_port ) }
142
142
143
- /// Returns scope ID associated with this address, corresponding to the
144
- /// `sin6_flowinfo` field in C.
143
+ /// Returns the flow information associated with this address,
144
+ /// corresponding to the `sin6_flowinfo` field in C.
145
145
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
146
146
pub fn flowinfo ( & self ) -> u32 { ntoh ( self . inner . sin6_flowinfo ) }
147
147
148
- /// Returns scope ID associated with this address, corresponding to the
149
- /// `sin6_scope_id` field in C.
148
+ /// Returns the scope ID associated with this address,
149
+ /// corresponding to the `sin6_scope_id` field in C.
150
150
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
151
151
pub fn scope_id ( & self ) -> u32 { ntoh ( self . inner . sin6_scope_id ) }
152
152
}
You can’t perform that action at this time.
0 commit comments