From ca3f944f2c1aed9359ddc80e1c4d488a49433957 Mon Sep 17 00:00:00 2001 From: Rico Antonio Felix Date: Tue, 23 Jun 2015 21:54:57 -0400 Subject: Corrected API documentation for Constant::addTo(ClassBase&) const --- include/constant.h | 4 ++-- 1 file 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; -- cgit v1.2.3