doc/graph_io.dox
changeset 1526 8c14aa8f27a2
parent 1522 321661278137
child 1527 7ceab500e1f6
     1.1 --- a/doc/graph_io.dox	Wed Jun 29 19:44:30 2005 +0000
     1.2 +++ b/doc/graph_io.dox	Thu Jun 30 16:13:30 2005 +0000
     1.3 @@ -93,7 +93,7 @@
     1.4  \subsection write Writing a graph
     1.5  
     1.6  The \c GraphWriter class provides the graph output. To write a graph
     1.7 -you should first give writing commands for the writer. You can declare
     1.8 +you should first give writing commands to the writer. You can declare
     1.9  write command as \c NodeMap or \c EdgeMap writing and labeled Node and
    1.10  Edge writing.
    1.11  
    1.12 @@ -248,7 +248,7 @@
    1.13  \endcode  
    1.14  
    1.15  The global functionality of the reader class can be changed by giving a
    1.16 -special template parameter for the GraphReader class. By default, the
    1.17 +special template parameter to the GraphReader class. By default, the
    1.18  template parameter is \c DefaultReaderTraits. A reader traits class 
    1.19  should provide an inner template class Reader for each type, and an 
    1.20  DefaultReader for skipping a value.