This commit is contained in:
travis-update-bot
2016-01-19 12:09:28 +00:00
parent 23523189cb
commit fc95bf1ac9

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