Skip to content

Commit b2af4f4

Browse files
authored
Fixed typo in docs (concepts). (#1295)
1 parent d4f7252 commit b2af4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/concepts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Argument ``batch`` in ``train_step`` function is user-defined and can contain an
7070
optimizer_1 = ...
7171
optimizer_2 = ...
7272
# ...
73-
critertion_1 = ...
74-
critertion_2 = ...
73+
criterion_1 = ...
74+
criterion_2 = ...
7575
# ...
7676
7777
def train_step(trainer, batch):

0 commit comments

Comments
 (0)