##// END OF EJS Templates
hg-core: minor docstring update (D8958#inline-14991 followup)...
Antoine cezar -
r46167:da30e4b5 default
parent child Browse files
Show More
@@ -126,7 +126,7 b" pub struct IndexEntry<'a> {"
126 }
126 }
127
127
128 impl<'a> IndexEntry<'a> {
128 impl<'a> IndexEntry<'a> {
129 /// Return the offset of the data if not overridden by offset_override.
129 /// Return the offset of the data.
130 pub fn offset(&self) -> usize {
130 pub fn offset(&self) -> usize {
131 if let Some(offset_override) = self.offset_override {
131 if let Some(offset_override) = self.offset_override {
132 offset_override
132 offset_override
General Comments 0
You need to be logged in to leave comments. Login now