Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 4c05564

Browse files
committed
Fix typo
1 parent 70d870d commit 4c05564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operator_kernel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929
3030
* `ch`: Input and output channel size, e.g. `64=>64`.
3131
* `modes`: The modes to be preserved.
32-
* `Transform`: The trafo to operator the transformation.
32+
* `Transform`: The trafo to operate the transformation.
3333
* `permuted`: Whether the dim is permuted. If `permuted=true`, layer accepts
3434
data in the order of `(ch, ..., batch)`, otherwise the order is `(..., ch, batch)`.
3535

0 commit comments

Comments
 (0)