diff options
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 0a913506b..3fefd22e9 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4216,7 +4216,7 @@ struct Sci_TextToFind { that point in the file. This allows many colours to be displayed for a single indicator. The value is an <a class="jump" href="#colour">RGB integer colour</a> that has been ored with <code>SC_INDICVALUEBIT</code>(0x1000000) when calling <a class="message" href="#SCI_SETINDICATORVALUE">SCI_SETINDICATORVALUE</a>. - To find the colour from the value, and the value with <code>SC_INDICVALUEMASK<code>(0xFFFFFF). + To find the colour from the value, and the value with <code>SC_INDICVALUEMASK</code>(0xFFFFFF). </p> <p> |