[unrelated] Fix bad <>
diff --git a/doc/org.eclipse.ocl.doc/doc/6200-pivot-evaluator.textile b/doc/org.eclipse.ocl.doc/doc/6200-pivot-evaluator.textile
index da2067b..1079c61 100644
--- a/doc/org.eclipse.ocl.doc/doc/6200-pivot-evaluator.textile
+++ b/doc/org.eclipse.ocl.doc/doc/6200-pivot-evaluator.textile
@@ -14,7 +14,7 @@
 

 h3(#PivotValue-History). The Evolving Pivot Value System

 

-The classic evaluator uses Ecore and Java library representations such as EObject, Integer, String and Set<String> directly for evaluation. This avoids conversion costs but incurs OCL accuracy challenges for numeric equality and growth.

+The classic evaluator uses Ecore and Java library representations such as EObject, Integer, String and Set directly for evaluation. This avoids conversion costs but incurs OCL accuracy challenges for numeric equality and growth.

 

 The Juno release of the Pivot evaluator use polymorphic @Value@ representations such as EObjectValue, IntegerValue, StringValue and SetValue. This avoids the OCL accuracy difficulties but requires wrapper objects and incurs conversion costs wherever a compatible Ecore API is in use.