doc/adaptor_references.dox
changeset 1590 ba2cb5006358
parent 1418 afaa773d0ad0
child 1591 03aa0a6c8dca
     1.1 --- a/doc/adaptor_references.dox	Tue Jul 26 18:14:23 2005 +0000
     1.2 +++ b/doc/adaptor_references.dox	Tue Jul 26 20:12:36 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 next way:
     1.8 +existing data structure. We may use an algorithm in the following was:
     1.9  \code
    1.10  function_algorithm(adaptor(structure));
    1.11  \endcode