commit a39a98f422c95678fcad995acee0984a7b050a9b
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Sat Jul 15 18:41:56 2017 +0200
Fix comment
---
src/ParagraphMetrics.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ParagraphMetrics.h b/src/ParagraphMetrics.h
index 7244e2a..55304fd 100644
--- a/src/ParagraphMetrics.h
+++ b/src/ParagraphMetrics.h
@@ -61,7 +61,7 @@ public:
///
size_t pos2row(pos_type pos) const;
- /// BufferView::redoParagraph updates this
+ /// TextMetrics::redoParagraph updates this
Dimension const & dim() const { return dim_; }
Dimension & dim() { return dim_; }
/// total height of paragraph