Skip to content

Commit

Permalink
Fix incorrect docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed May 26, 2024
1 parent f3d4493 commit c022ab4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/io/slippi/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ pub struct Debug {
pub struct Opts {
/// Skip all frame data (faster when you only need start/end/metadata).
pub skip_frames: bool,
/// Don't compute a hash of the replay's contents.
/// Enabled automatically when `skip_frames` is on.
/// Compute a hash of the replay's contents.
pub compute_hash: bool,
/// Debug options.
pub debug: Option<Debug>,
Expand Down

0 comments on commit c022ab4

Please sign in to comment.