Skip to content

Commit 2024f2f

Browse files
author
Jason Lehto
committed
Fix Spelling
1 parent 4dcc8a2 commit 2024f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ and the attention coefficients will be calculated as
401401
# Arguments
402402
403403
- `in`: The dimension of input node features.
404-
- `ein`: The dimension of input edget features. Default 0 (i.e. no edge features passed in the forward).
404+
- `ein`: The dimension of input edge features. Default 0 (i.e. no edge features passed in the forward).
405405
- `out`: The dimension of output node features.
406406
- `σ`: Activation function. Default `identity`.
407407
- `bias`: Learn the additive bias if true. Default `true`.

0 commit comments

Comments
 (0)