fix typo in doc

This commit is contained in:
Gael Guennebaud 2018-10-17 09:29:36 +02:00
parent 9e96e91936
commit 1dcf5a6ed8

View File

@ -271,7 +271,7 @@ This also means that, unless specified, if the function \c std::foo is available
<tr>
<td class="code">
\anchor cwisetable_atan
a.\link ArrayBase::atan tan\endlink(); \n
a.\link ArrayBase::atan atan\endlink(); \n
\link Eigen::atan atan\endlink(a);
</td>
<td>computes arc tangent (\f$ \tan^{-1} a_i \f$)</td>