Merge pull request #12 from trel/patch-1

comment typo fix
This commit is contained in:
Marshall Clow
2015-12-14 10:56:18 -08:00

View File

@ -58,7 +58,7 @@ power (T x, Integer n) {
/// \fn power ( T x, Integer n, Operation op )
/// \return the value "x" raised to the power "n"
/// using the operaton "op".
/// using the operation "op".
///
/// \param x The value to be exponentiated
/// \param n The exponent (must be >= 0)