forked from boostorg/algorithm
comment typo fix
This commit is contained in:
@ -58,7 +58,7 @@ power (T x, Integer n) {
|
|||||||
|
|
||||||
/// \fn power ( T x, Integer n, Operation op )
|
/// \fn power ( T x, Integer n, Operation op )
|
||||||
/// \return the value "x" raised to the power "n"
|
/// \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 x The value to be exponentiated
|
||||||
/// \param n The exponent (must be >= 0)
|
/// \param n The exponent (must be >= 0)
|
||||||
|
Reference in New Issue
Block a user