Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
minor comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehKulykov committed Mar 8, 2016
1 parent 8aa1abe commit 485890e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fayecpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,8 @@ namespace FayeCpp {
}
return false;
}



/**
@brief Construct list object
@param nodeCreator Node creator callback, if no assigned will use default callback(create node with "new" operator).
Expand Down Expand Up @@ -1353,6 +1354,7 @@ namespace FayeCpp {
return Iterator(this->_castHead);
}


/**
@brief Check is map has no key-pairs.
@return True if there is no key-pairs, othervice false.
Expand Down

0 comments on commit 485890e

Please sign in to comment.