summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Antonio Felix <ricoantoniofelix@yahoo.com>2015-06-23 21:54:57 -0400
committerRico Antonio Felix <ricoantoniofelix@yahoo.com>2015-06-23 21:54:57 -0400
commitca3f944f2c1aed9359ddc80e1c4d488a49433957 (patch)
treeb3907fce5c376063b5e67b40d1423cea0ebfbd10
parent37cbc7cbf20837e3630d33bd9ce6498b2849514f (diff)
Corrected API documentation for Constant::addTo(ClassBase&) const
-rw-r--r--include/constant.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constant.h b/include/constant.h
index 1326c5e..faac3df 100644
--- a/include/constant.h
+++ b/include/constant.h
@@ -113,11 +113,11 @@ public:
* myclass.add(Php::Constant("MY_CONSTANT", "value"));
*
* All of the calls have the same result, it is up to you to decide which
- * one suits you most. If you use the last one - using a Php::Constant
+ * one suits you best. If you use the last one - using a Php::Constant
* class - the PHP-CPP library will call this "addTo()" method internally
* to forward the call to one of the other methods.
*
- * @param clss Class to which the constant is added
+ * @param clss Class to which the constant is added
* @internal
*/
void addTo(ClassBase &clss) const;