changeset 1591 | 03aa0a6c8dca |
parent 1590 | ba2cb5006358 |
1.1 --- a/doc/adaptor_references.dox Tue Jul 26 20:12:36 2005 +0000 1.2 +++ b/doc/adaptor_references.dox Tue Jul 26 20:14:03 2005 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 \section problem The problem 1.5 1.6 The adaptors usually use references or pointers to reference to an 1.7 -existing data structure. We may use an algorithm in the following was: 1.8 +existing data structure. We may use an algorithm in the following way: 1.9 \code 1.10 function_algorithm(adaptor(structure)); 1.11 \endcode