Skip to content

Commit dcf57e1

Browse files
authored
Update basic_usage_en.md
1 parent b235d4c commit dcf57e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/jit/basic_usage_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Linear(...):
8787

8888
# ... forward_post_hook 逻辑
8989

90-
return output
90+
return outputs
9191
```
9292

9393
+ ``Block.append_op`` 函数中,生成 ``Op`` 之前

0 commit comments

Comments
 (0)