Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Aug 24, 2024
1 parent a8603ff commit e6c96b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/package_cache_reporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct ProgressStyleProperties {
progress_type: ProgressType,
}

/// Defines the currect status of a progress bar.
/// Defines the current status of a progress bar.
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
enum ProgressStatus {
/// The progress bar is showing active work.
Expand Down

0 comments on commit e6c96b1

Please sign in to comment.