Skip to content

Commit

Permalink
docs(sourcebundle): Fix doc comment typo (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
szokeasaurusrex authored Aug 28, 2024
1 parent 0aa576d commit 7af6091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbolic-debuginfo/src/sourcebundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ lazy_static::lazy_static! {
#[non_exhaustive]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum SourceBundleErrorKind {
/// The source bundle container is damanged.
/// The source bundle container is damaged.
BadZip,

/// An error when reading/writing the manifest.
Expand Down

0 comments on commit 7af6091

Please sign in to comment.