diff options
Diffstat (limited to 'src/doc.rs')
| -rw-r--r-- | src/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ impl Frame { } /// Whether the frame has a non-default baseline. - pub fn has_baseline(&mut self) -> bool { + pub fn has_baseline(&self) -> bool { self.baseline.is_some() } |
