diff -r a037254714b3 -r 2f479109a71d doc/named-param.dox --- a/doc/named-param.dox Mon Mar 30 17:42:30 2015 +0200 +++ b/doc/named-param.dox Thu May 14 16:07:38 2015 +0200 @@ -25,7 +25,7 @@ Several modern languages provide a convenient way to refer the function parameters by name also when you call the function. It is especially comfortable in case of a function having tons of parameters -with natural default values. Sadly, C++ lack this amenity. +with natural default values. Sadly, C++ lacks this amenity. However, with a crafty trick and with some little inconvenience, it is possible to emulate is.