Index: src/LogCache/doc/Basics.txt
===================================================================
--- src/LogCache/doc/Basics.txt	(revision 18290)
+++ src/LogCache/doc/Basics.txt	(working copy)
@@ -126,7 +126,7 @@
 added. Closing streams and writing their data to disk is
 handled transparently.
 
-Objects will usually define a operator>>(IHierarchicalOutStream*)
+Objects will usually define a operator<<(IHierarchicalOutStream*)
 method that contains the serialization code. For every
 sub-structure, create a sub-stream and serialize the
 respective data to it. The stream type / class is specified 
