fix typo in doc

(grafted from 1dcf5a6ed8c5878a951b6eb7cbfa473030b3f7a8
)
This commit is contained in:
Gael Guennebaud 2018-10-17 09:29:36 +02:00
parent 9ccbaaf3dd
commit 9a53659b08

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>