Fix type name: EntryFlags instead of TableEntryFlags

This commit is contained in:
Philipp Oppermann
2016-01-19 13:04:27 +01:00
parent 5bc31e7c46
commit 1bd054d718

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