diff options
Diffstat (limited to 'src/LexCaml.cpp')
-rw-r--r-- | src/LexCaml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexCaml.cpp b/src/LexCaml.cpp index 5f4fad5..4c5ac4a 100644 --- a/src/LexCaml.cpp +++ b/src/LexCaml.cpp @@ -355,7 +355,7 @@ void ColouriseCamlDoc( else state2 = SCE_CAML_DEFAULT; chColor++; - // enable "magic" (read-only) comment AS REQUIRED + // enable "magic" (read-only) comment AS RETQUIRED } else if (useMagic && sc.currentPos - chToken == 4 && sc.Match('c') && sc.chPrev == 'r' && sc.GetRelative(-2) == '@') sc.state |= 0x10; // (switch to read-only comment style) |