Skip to content

Commit f3a777d

Browse files
author
Yibing Liu
committed
Fix the display of reciprocal's formula
1 parent bf5ce62 commit f3a777d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/activation_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Round Activation Operator.
196196
__attribute__((unused)) constexpr char ReciprocalDoc[] = R"DOC(
197197
Reciprocal Activation Operator.
198198
199-
$$out = \frac{1}{x}$$
199+
$$out = \\frac{1}{x}$$
200200
201201
)DOC";
202202

0 commit comments

Comments
 (0)