Skip to content

Commit

Permalink
Fix doctest example
Browse files Browse the repository at this point in the history
  • Loading branch information
colonelpanic8 committed Jun 13, 2023
1 parent 1f103d7 commit eebb226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
//! .must_parse_network_data()
//! .on_error_check_crc()
//! .parse()?;
//! Ok(ReplayDataCollector::new()
//! Ok(subtr_actor::ReplayDataCollector::new()
//! .get_replay_data(&replay)
//! .map_err(|e| e.variant)?
//! .as_json()?)
Expand Down

0 comments on commit eebb226

Please sign in to comment.