[156360] cdamus - Fix typo
diff --git a/doc/org.eclipse.ocl.doc/references/overview/advanced/customization.html b/doc/org.eclipse.ocl.doc/references/overview/advanced/customization.html
index 1eddf8a..9f8f4bc 100644
--- a/doc/org.eclipse.ocl.doc/references/overview/advanced/customization.html
+++ b/doc/org.eclipse.ocl.doc/references/overview/advanced/customization.html
@@ -270,7 +270,7 @@
 OCLHelper<EClassifier, ?, ?, Constraint> helper = ocl.createOCLHelper();
 helper.setContext(MyPackage.Literals.PERSON);
 
-\\ double the '\' to escape it in a Java string literal
+// double the '\' to escape it in a Java string literal
 Constraint validSSN = helper.createInvariant(
         "self.ssn.<b>regexMatch</b>('\\d{3}-\\d{3}-\\d{3}') &lt;&gt; <b>null</b>");