Fix doc comment on file::Class
This commit is contained in:
parent
a2fa6a194e
commit
10957838b8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user