Skip to content

Commit 7e16e64

Browse files
committed
refine elementwise doc
test=release/1.0.0
1 parent 1e572a0 commit 7e16e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/elementwise_op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class ElementwiseOpMaker : public framework::OpProtoAndCheckerMaker {
8989
AddAttr<bool>("use_mkldnn", "(bool, default false). Used by MKLDNN.")
9090
.SetDefault(false);
9191
AddComment(string::Sprintf(R"DOC(
92-
Limited Elementwise %s Operator
92+
Elementwise %s Operator
9393
9494
The equation is:
9595

0 commit comments

Comments
 (0)