This commit is contained in:
travis-update-bot
2016-01-20 13:44:06 +00:00
parent ed41966300
commit 5221d4a4cf

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