# HG changeset patch
# User alpar
# Date 1138613572 0
# Node ID 84d87d6024af343d7d412c4eb7bb2258e14a138b
# Parent 2e957d67d7b954c46420fc9233689d64b1fdc34d
Better doc.
diff -r 2e957d67d7b9 -r 84d87d6024af doc/named-param.dox
--- a/doc/named-param.dox Mon Jan 30 09:32:26 2006 +0000
+++ b/doc/named-param.dox Mon Jan 30 09:32:52 2006 +0000
@@ -71,8 +71,8 @@
actual function code were put in the destructor instead. This however would make
hard to implement functions with return values, and would also make the
implementation of \ref named-templ-func-param "named template parameters"
-very problematic. Therefore, by convention, .run() is used
-to explicitly execute function having named parameters in Lemon.
+very problematic. Therefore, by convention, .run() must be used
+to explicitly execute function having named parameters in Lemon.
\section traits-classes Traits Classes