Fix type name: Entry instead of EntryFlags

Fix for #120
This commit is contained in:
Filip Szczepański
2016-01-20 13:34:15 +00:00
parent 954ec78a44
commit cb8c438820

View File

@@ -118,7 +118,7 @@ bitflags! {
}
}
```
To extract the flags from the entry we create a `EntryFlags::flags` method that uses [from_bits_truncate]:
To extract the flags from the entry we create an `Entry::flags` method that uses [from_bits_truncate]:
[from_bits_truncate]: https://doc.rust-lang.org/bitflags/bitflags/macro.bitflags!.html#methods