Fix doc comment on file::Class

This commit is contained in:
Christopher Cole 2023-05-16 21:48:17 -07:00
parent a2fa6a194e
commit 10957838b8
No known key found for this signature in database
GPG Key ID: 0AC856975983E9DB

View File

@ -3,7 +3,7 @@ use crate::abi;
use crate::endian::EndianParse;
use crate::parse::ParseError;
/// Represents the ELF file data format (little-endian vs big-endian)
/// Represents the ELF file word size (32-bit vs 64-bit)
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum Class {
ELF32,