Merge pull request #120 from phil-opp/phil-opp-patch-1

Fix type name: `EntryFlags` instead of `TableEntryFlags`
This commit is contained in:
Philipp Oppermann
2016-01-19 13:07:38 +01:00

View File

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