Skip to content

Commit 231532d

Browse files
authored
Fix typo: actvation -> activation
1 parent fd9c327 commit 231532d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/activation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ end
8282
"""
8383
swish(x) = x * σ(x)
8484
85-
Self-gated actvation function.
85+
Self-gated activation function.
8686
See [Swish: a Self-Gated Activation Function](https://arxiv.org/pdf/1710.05941.pdf).
8787
"""
8888
swish(x::Real) = x * σ(x)

0 commit comments

Comments
 (0)