File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7979 match reader . read_event () {
8080 Ok (Event :: Start (e )) if e . name (). as_ref () == b " this_tag" => {
8181
82- // crates a new element ... alternatively we could reuse `e` by calling
82+ // creates a new element ... alternatively we could reuse `e` by calling
8383 // `e.into_owned()`
8484 let mut elem = BytesStart :: new (" my_elem" );
8585
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ use {crate::se::SeError, serde::Serialize};
3131/// match reader.read_event() {
3232/// Ok(Event::Start(e)) if e.name().as_ref() == b"this_tag" => {
3333///
34- /// // crates a new element ... alternatively we could reuse `e` by calling
34+ /// // creates a new element ... alternatively we could reuse `e` by calling
3535/// // `e.into_owned()`
3636/// let mut elem = BytesStart::new("my_elem");
3737///
You can’t perform that action at this time.
0 commit comments