summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Text_Display.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx
index 7cf1e6eec..64117da72 100644
--- a/src/Fl_Text_Display.cxx
+++ b/src/Fl_Text_Display.cxx
@@ -396,7 +396,7 @@ void Fl_Text_Display::buffer( Fl_Text_Buffer *buf ) {
\note Style information in the style buffer must have the same byte offset as
the corresponding character in the text buffer. UTF-8 characters can have a
- length of four, in some cases even six bytes. Style information must take
+ maximum length of four bytes. Style information must take
this into account and fill the unused bytes with 0. See `fl_utf8len()`.
Text: "*g* r ü *n*" , where normal style is 'A', and bold is 'B'