diff -r ba2cb5006358 -r 03aa0a6c8dca doc/adaptor_references.dox --- a/doc/adaptor_references.dox Tue Jul 26 20:12:36 2005 +0000 +++ b/doc/adaptor_references.dox Tue Jul 26 20:14:03 2005 +0000 @@ -11,7 +11,7 @@ \section problem The problem The adaptors usually use references or pointers to reference to an -existing data structure. We may use an algorithm in the following was: +existing data structure. We may use an algorithm in the following way: \code function_algorithm(adaptor(structure)); \endcode