Skip to content

Commit 0afc655

Browse files
jalveszperazz
andauthored
Update src/stdlib_specialfunctions.fypp
Co-authored-by: Federico Perini <[email protected]>
1 parent 3519b43 commit 0afc655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_specialfunctions.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ module stdlib_specialfunctions
331331
interface tanh_grad
332332
!! Version: experimental
333333
!!
334-
!! gradient of the gaussian function
334+
!! gradient of the hyperbolic tangent function
335335
#:for rk, rt in REAL_KINDS_TYPES
336336
elemental module function tanh_grad_${rk}$( x ) result( y )
337337
${rt}$, intent(in) :: x

0 commit comments

Comments
 (0)