Fix strangely incomplete comment.

This commit is contained in:
Danila Fedorin 2017-07-26 19:28:57 -07:00
parent cf95ed7dc0
commit b0a7c90aa1
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ public interface NumberInterface {
/**
* Raises this number to an integer power.
* @param exponent
* @return
* @param exponent the exponent to which to take the number.
* @return the resulting value.
*/
NumberInterface intPow(int exponent);