File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ pub trait Read<'de>: private::Sealed {
81
81
#[ doc( hidden) ]
82
82
fn ignore_str ( & mut self ) -> Result < ( ) > ;
83
83
84
- /// Assumes the previous byte was a hex escape sequnce ('\u') in a string.
84
+ /// Assumes the previous byte was a hex escape sequence ('\u') in a string.
85
85
/// Parses next hexadecimal sequence.
86
86
#[ doc( hidden) ]
87
87
fn decode_hex_escape ( & mut self ) -> Result < u16 > ;
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ impl<T: Clone + Into<Value>> From<&[T]> for Value {
198
198
}
199
199
200
200
impl < T : Into < Value > > FromIterator < T > for Value {
201
- /// Convert an iteratable type to a `Value`
201
+ /// Convert an iterable type to a `Value`
202
202
///
203
203
/// # Examples
204
204
///
@@ -228,7 +228,7 @@ impl<T: Into<Value>> FromIterator<T> for Value {
228
228
}
229
229
230
230
impl < K : Into < String > , V : Into < Value > > FromIterator < ( K , V ) > for Value {
231
- /// Convert an iteratable type to a `Value`
231
+ /// Convert an iterable type to a `Value`
232
232
///
233
233
/// # Examples
234
234
///
You can’t perform that action at this time.
0 commit comments