commit 4a71db4d1499ccce408c87fe44c840a873e0bd70
Author: Richard Heck <[email protected]>
Date: Sun Oct 15 22:06:02 2017 -0400
Typo.
---
src/Text.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Text.h b/src/Text.h
index 046ca9d..8621e88 100644
--- a/src/Text.h
+++ b/src/Text.h
@@ -49,7 +49,7 @@ private:
public:
/// \return true if there's no content at all.
/// \warning a non standard layout on an empty paragraph doesn't
- // count as empty.
+ /// count as empty.
bool empty() const;
/// Access to owner InsetText.
InsetText const & inset() const;