Small correction for comments.

This commit is contained in:
Ílker Yaz 2012-08-28 02:49:42 +00:00
parent ab9cb4b250
commit d92e7ecebd
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ private:
typedef Traits::edge_iterator Edge_iterator;
/**
* It adds two directional edge between @a v1 and @a v2
* Adds two directional edges between @a v1 and @a v2
* @param v1 first vertex
* @param v2 second vertex
* @param w1 weight for edge from v1 to v2 (v1->v2)
@ -255,7 +255,7 @@ private:
typedef Traits::edge_iterator Edge_iterator;
/**
* It adds two directional edge between @a v1 and @a v2
* Adds two directional edges between @a v1 and @a v2
* @param v1 first vertex
* @param v2 second vertex
* @param w1 weight for edge from v1 to v2 (v1->v2)