diff -r 1de908281369 -r abc24245d276 lemon/vf2.h --- a/lemon/vf2.h Fri May 15 10:16:48 2015 +0200 +++ b/lemon/vf2.h Sun May 24 17:29:26 2015 +0200 @@ -428,7 +428,7 @@ ///\sa See \ref Vf2MappingType for the possible values. void mappingType(Vf2MappingType m_type) { _mapping_type = m_type; } - ///Find a mapping + ///Finds a mapping ///It finds a mapping between from g1 into g2 according to the mapping ///type set by \ref mappingType(Vf2MappingType) "mappingType()".